diff options
| -rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -170,6 +170,7 @@ if (empty($RCMAIL->user->ID)) { ); } + $OUTPUT->set_env('task', 'login'); $OUTPUT->task = 'login'; $OUTPUT->send('login'); exit; |
![]() |
index : roundcube.git | |
| A clone of the Roundcube Mail code for testing and development. | root |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | index.php | 1 |
@@ -170,6 +170,7 @@ if (empty($RCMAIL->user->ID)) { ); } + $OUTPUT->set_env('task', 'login'); $OUTPUT->task = 'login'; $OUTPUT->send('login'); exit; |