Skip to content

Commit

Permalink
Remove need for enable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Dec 18, 2023
1 parent cda88b6 commit e5439d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sandbox/compile.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
}

require_once "sandbox.php";
require_once "enable.php";

/*
$ip = $_SERVER['REMOTE_ADDR'] ?? false;
Expand Down
1 change: 0 additions & 1 deletion sandbox/remote.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

require_once "../tsugi/config.php";
require_once "sandbox.php";
require_once "enable.php";

$cfg_password = $CFG->getExtension('remote_incoming_password', '');
if ( strlen($cfg_password) < 1 ) die('Remote not configured');
Expand Down

0 comments on commit e5439d5

Please sign in to comment.