mirror of https://github.com/itflow-org/itflow
Removed setup from the cron script wording
This commit is contained in:
parent
6df465a4d1
commit
aa87a11f12
2
cron.php
2
cron.php
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "config.php";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "config.php";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "config.php";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "config.php";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "../config.php";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "../config.php";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "../config.php";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,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");
|
||||
}
|
||||
|
||||
require_once "../config.php";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ chdir(__DIR__);
|
|||
|
||||
// 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");
|
||||
}
|
||||
|
||||
// Define required arguments
|
||||
|
|
|
|||
Loading…
Reference in New Issue