mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Removed setup from the cron script wording
This commit is contained in:
@@ -12,7 +12,7 @@ chdir(dirname(__FILE__));
|
||||
|
||||
// Ensure we're running from command line
|
||||
if (php_sapi_name() !== 'cli') {
|
||||
die("This setup script must be run from the command line.\n");
|
||||
die("This script must be run from the command line.\n");
|
||||
}
|
||||
|
||||
// Get ITFlow config & helper functions
|
||||
|
||||
Reference in New Issue
Block a user