On Saturday 11 February 2006 16:02, kaotik wrote:
here's another odd thing that happens: when I set in index.php: $_POST['_user'] = 'username'; $_POST['_pass'] = 'password'; $_POST['_action'] = 'login';
It never finishes loading.
Thats because its an infinate loop of logging in. What i did is this (in index.php):
if ($_GET['do'] == 'login'){ $_POST['_user.. .....etc (pass) ...etc (action) }
open roundcube as www.webserver.com/roundcube/?do=login