Updating with new panel path
This commit is contained in:
parent
b918b7622c
commit
11bb8920aa
|
@ -7,11 +7,10 @@ if(!function_exists('mysql_connect')) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// we don't check our AlternC session
|
// we don't check our AlternC session
|
||||||
if(!chdir("/var/alternc/bureau"))
|
if(!chdir("/usr/share/alternc/panel"))
|
||||||
exit(1);
|
exit(1);
|
||||||
require("/var/alternc/bureau/class/config_nochk.php");
|
require("/usr/share/alternc/panel/class/config_nochk.php");
|
||||||
|
|
||||||
$db2=new DB_System();
|
$db2=new DB_System();
|
||||||
// we go super-admin
|
// we go super-admin
|
||||||
|
|
Loading…
Reference in New Issue