Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Nov 1, 2023
1 parent f03f488 commit 57da29f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion www/controllers/Repo/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public function upload(int $snapId, $packages)
* If there has been no error so far, then we can move the file to its final location
*/
if ($uploadError == 0 and file_exists($packageTmpName)) {

/**
* Create the target dir
*/
Expand Down
2 changes: 1 addition & 1 deletion www/public/custom_errors/custom_404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Page not found</title>
<link rel="stylesheet" type="text/css" href="../../resources/styles/custom_errors.css">
<link rel="stylesheet" type="text/css" href="/resources/styles/custom_errors.css">
</head>
<body>
<div id="errorDiv-container">
Expand Down
2 changes: 1 addition & 1 deletion www/public/custom_errors/custom_413.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Error</title>
<link rel="stylesheet" type="text/css" href="../../resources/styles/custom_errors.css">
<link rel="stylesheet" type="text/css" href="/resources/styles/custom_errors.css">
</head>
<body>
<div id="errorDiv-container">
Expand Down
2 changes: 1 addition & 1 deletion www/public/custom_errors/custom_50x.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Error</title>
<link rel="stylesheet" type="text/css" href="../../resources/styles/custom_errors.css">
<link rel="stylesheet" type="text/css" href="/resources/styles/custom_errors.css">
</head>
<body>
<div id="errorDiv-container">
Expand Down

0 comments on commit 57da29f

Please sign in to comment.