diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-01-01 12:31:14 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-01-01 12:31:14 +0100 |
commit | 0301d9347f8c59882cdd7b6ed59686b286a77876 (patch) | |
tree | c0da8e84a741f49251974a6a78aa8faf4851d77f /program/include/clisetup.php | |
parent | d575e46067c06f1165adb249865f3812e270df12 (diff) |
CS fixes
Diffstat (limited to 'program/include/clisetup.php')
-rw-r--r-- | program/include/clisetup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/clisetup.php b/program/include/clisetup.php index 07e318521..47a40719a 100644 --- a/program/include/clisetup.php +++ b/program/include/clisetup.php @@ -20,7 +20,7 @@ */ if (php_sapi_name() != 'cli') { - die('Not on the "shell" (php-cli).'); + die('Not on the "shell" (php-cli).'); } require_once INSTALL_PATH . 'program/include/iniset.php'; |