Mercurial > hg > rc1
comparison index.php @ 49:91f005a4f7e9
Slowly cleaning up more php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:19:59 -0400 |
| parents | e11491f625b0 |
| children | 082a19037887 |
comparison
equal
deleted
inserted
replaced
| 48:839c4d0fcb9f | 49:91f005a4f7e9 |
|---|---|
| 98 // trigger startup plugin hook | 98 // trigger startup plugin hook |
| 99 $startup = $RCMAIL->plugins->exec_hook('startup', array('task' => $RCMAIL->task, 'action' => $RCMAIL->action)); | 99 $startup = $RCMAIL->plugins->exec_hook('startup', array('task' => $RCMAIL->task, 'action' => $RCMAIL->action)); |
| 100 $RCMAIL->set_task($startup['task']); | 100 $RCMAIL->set_task($startup['task']); |
| 101 $RCMAIL->action = $startup['action']; | 101 $RCMAIL->action = $startup['action']; |
| 102 | 102 |
| 103 $session_error = false; | |
| 103 // try to log in | 104 // try to log in |
| 104 if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { | 105 if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { |
| 105 $request_valid = $_SESSION['temp'] && $RCMAIL->check_request(); | 106 $request_valid = $_SESSION['temp'] && $RCMAIL->check_request(); |
| 106 $pass_charset = $RCMAIL->config->get('password_charset', 'ISO-8859-1'); | 107 $pass_charset = $RCMAIL->config->get('password_charset', 'ISO-8859-1'); |
| 107 | 108 |
