| +-----------------------------------------------------------------------+ */ 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); $rcmail = rcmail::get_instance(); $rcmail->output = new rcmail_output_cli();