Permettre la creation du compte admin
Dans certains cas php5 prend le nom de fonction pour une constante et se perd (b_b) ''' PHP Notice: Use of undefined constant mysql_connect - assumed 'mysql_connect' in /usr/share/alternc/install/newone.php on line 33'''
This commit is contained in:
parent
f179122db4
commit
6aa65b8408
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
// On vérifie que mysql.so est bien chargé, sinon on essaye de le charger
|
||||
if(!function_exists(mysql_connect)) {
|
||||
if(!function_exists('mysql_connect')) {
|
||||
if(!dl("mysql.so"))
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue