Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander White committed Dec 15, 2022
1 parent 7712fd9 commit 3253c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/rmUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
include 'app/storio.app.php';

// Include if available
if(file_exists('vendor/autoload.php')) {
include 'vendor/autoload.php';
if(file_exists('../vendor/autoload.php')) {
include '../vendor/autoload.php';
}

// POSTing check
Expand Down

0 comments on commit 3253c6a

Please sign in to comment.