mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Update admin.admin.controller.php
This commit is contained in:
parent
91f23b4fa0
commit
f12caee82d
1 changed files with 2 additions and 2 deletions
|
|
@ -501,7 +501,7 @@ class adminAdminController extends admin
|
|||
$vars = Context::getRequestVars();
|
||||
$oInstallController = getController('install');
|
||||
|
||||
$db_info = Context::getDbInfo();
|
||||
$db_info = Context::getDBInfo();
|
||||
|
||||
$db_info->use_sitelock = ($vars->use_sitelock) ? $vars->use_sitelock : 'N';
|
||||
$db_info->sitelock_title = $vars->sitelock_title;
|
||||
|
|
@ -543,7 +543,7 @@ class adminAdminController extends admin
|
|||
{
|
||||
$vars = Context::getRequestVars();
|
||||
|
||||
$db_info = Context::getDbInfo();
|
||||
$db_info = Context::getDBInfo();
|
||||
|
||||
$white_object = $vars->embed_white_object;
|
||||
$white_object = preg_replace("/[\r\n|\r|\n]+/", '|@|', $white_object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue