forked from science-ation/science-ation
Also need to substr the long usernames in the installer, doh!
This commit is contained in:
parent
95d57c25bf
commit
2813377014
@ -46,6 +46,7 @@ if(!file_exists("data/config.inc.php"))
|
||||
}
|
||||
|
||||
require_once("data/config.inc.php");
|
||||
$DBUSER=substr($DBUSER,0,16);
|
||||
mysql_connect($DBHOST,$DBUSER,$DBPASS);
|
||||
mysql_select_db($DBNAME);
|
||||
|
||||
|
@ -42,6 +42,7 @@ require_once("data/config.inc.php");
|
||||
require_once("config_editor.inc.php");
|
||||
require_once("user.inc.php");
|
||||
require_once("committee.inc.php");
|
||||
$DBUSER=substr($DBUSER,0,16);
|
||||
mysql_connect($DBHOST,$DBUSER,$DBPASS);
|
||||
mysql_select_db($DBNAME);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user