Merge branch 'dev_6900'

This commit is contained in:
Dany De Bontridder 2015-10-12 14:14:15 +02:00
commit 6e89040d17
2 changed files with 3 additions and 2 deletions

View file

@ -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
*/