mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
install import data
This commit is contained in:
@@ -62,11 +62,6 @@ if (file_exists('config/allconfig.php')) {
|
||||
*/
|
||||
|
||||
//load settings from database
|
||||
if (IS_ANNOUNCE) {
|
||||
dbconn_announce();
|
||||
} else {
|
||||
dbconn();
|
||||
}
|
||||
$settings = get_setting();
|
||||
foreach ($settings as $name => $value) {
|
||||
$GLOBALS[strtoupper($name)] = $value;
|
||||
|
||||
Reference in New Issue
Block a user