Thomas Bruederli
2014-08-18 3ebac0167bf20104fb7a2a55934765117760264c
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';