Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/8761#issuecomment-1876045669
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 3, 2024
1 parent 19580a0 commit de933fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/videoAddNew.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
$global['systemRootPath'] = '../';
}
require_once $global['systemRootPath'] . 'videos/configuration.php';
allowOrigin();
require_once $global['systemRootPath'] . 'objects/user.php';
if (!User::canUpload()) {
die('{"error":"1 ' . __("Permission denied") . '"}');
Expand Down

0 comments on commit de933fd

Please sign in to comment.