mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Prevent headers in CLI mode.
This commit is contained in:
@@ -137,7 +137,7 @@ if (isset($_POST['clientsubmit']))
|
||||
}
|
||||
|
||||
$scArray = array();
|
||||
$scArray['BANNER_LOGIN_TABLE_LOGIN'] = $frm->text("clientlogin", $id);
|
||||
$scArray['BANNER_LOGIN_TABLE_LOGIN'] = $frm->text("clientlogin");
|
||||
$scArray['BANNER_LOGIN_TABLE_PASSW'] = $frm->password("clientpassword", '');
|
||||
$scArray['BANNER_LOGIN_TABLE_SUBMIT'] = $frm->button("clientsubmit", LAN_CONTINUE, "submit");
|
||||
|
||||
|
Reference in New Issue
Block a user