| +-----------------------------------------------------------------------+ $Id: clisetup.php 5299 2011-10-03 09:25:33Z alec $ */ if (php_sapi_name() != 'cli') { die('Not on the "shell" (php-cli).'); } require_once INSTALL_PATH . 'program/include/iniset.php'; // Unset max. execution time limit, set to 120 seconds in iniset.php @set_time_limit(0); /** * Parse commandline arguments into a hash array */ function get_opt($aliases=array()) { $args = array(); for ($i=1; $i