mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Uncommented out temp comment check cli runtime
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user