| | |
| | | ini_set('session.use_cookies', 1); |
| | | ini_set('session.gc_maxlifetime', 21600); |
| | | ini_set('session.gc_divisor', 500); |
| | | ini_set('magic_quotes_gpc', 0); |
| | | ini_set('error_reporting', E_ALL&~E_NOTICE); |
| | | |
| | | // increase maximum execution time for php scripts |
| | |
| | | if ($_task=='mail') |
| | | { |
| | | include_once('program/steps/mail/func.inc'); |
| | | |
| | | |
| | | if ($_action=='show' || $_action=='print') |
| | | include('program/steps/mail/show.inc'); |
| | | |
| | |
| | | if ($_action=='list' && $_GET['_remote']) |
| | | include('program/steps/mail/list.inc'); |
| | | |
| | | if ($_action=='rss') |
| | | include('program/steps/mail/rss.inc'); |
| | | |
| | | // kill compose entry from session |
| | | if (isset($_SESSION['compose'])) |
| | | rcmail_compose_cleanup(); |