Uncommented out temp comment check cli runtime

This commit is contained in:
johnnyq
2025-03-27 12:40:43 -04:00
parent 810af638a3
commit 2fb75e6d67
2 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,9 @@
chdir(dirname(__FILE__));
// Ensure we're running from command line
//if (php_sapi_name() !== 'cli') {
// die("This script must be run from the command line.\n");
//}
if (php_sapi_name() !== 'cli') {
die("This script must be run from the command line.\n");
}
require_once "../config.php";