Merge branch 'dev_6900'
This commit is contained in:
commit
6e89040d17
2 changed files with 3 additions and 2 deletions
|
|
@ -37,12 +37,13 @@ if (defined('MULTI') && MULTI == 0)
|
|||
|
||||
if ( isset ($_POST["p_user"] ) )
|
||||
{
|
||||
$g_user=sql_string($_POST["p_user"]);
|
||||
$g_user=strtolower(sql_string($_POST["p_user"]));
|
||||
$g_pass=$_POST["p_pass"];
|
||||
$_SESSION['g_user']=$g_user;
|
||||
$_SESSION['g_pass']=$g_pass;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Check repository version
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue