Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 1, 2024
1 parent 36709f3 commit da3cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Cache/deleteVideo.json.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
header('Content-Type: application/json');
require_once '../../videos/configuration.php';
require_once __DIR__.'/../../videos/configuration.php';

$obj = new stdClass();
$obj->error = true;
Expand Down

0 comments on commit da3cd0b

Please sign in to comment.