Mercurial > hg > rc1
diff 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 |
line wrap: on
line diff
--- a/index.php Mon Oct 06 12:17:00 2025 -0400 +++ b/index.php Mon Oct 06 12:19:59 2025 -0400 @@ -100,6 +100,7 @@ $RCMAIL->set_task($startup['task']); $RCMAIL->action = $startup['action']; +$session_error = false; // try to log in if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { $request_valid = $_SESSION['temp'] && $RCMAIL->check_request();
