mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
add_staffpanel_lang
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ loggedinorreturn();
|
||||
if (get_user_class() < UC_SYSOP) {
|
||||
die("access denied.");
|
||||
}
|
||||
mysql_connect($mysql_host,$mysql_user,$mysql_pass, $BASIC['mysql_db'], $BASIC['mysql_port']);
|
||||
mysql_select_db($mysql_db);
|
||||
$config = config('database.mysql');
|
||||
mysql_connect($config['host'],$config['username'],$config['password'], $config['database'], $config['port']);
|
||||
stdhead("Manage Locations");
|
||||
begin_main_frame("",false,100);
|
||||
begin_frame("Manage Locations",true,10,"100%","center");
|
||||
|
||||
Reference in New Issue
Block a user