| +-----------------------------------------------------------------------+ */ if (\PHP_SAPI != 'cli') { exit('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();