mirror of https://github.com/iAJue/Fantasy-field
修复个一直没有修复的bug
parent
9363a1b593
commit
4b7d0656f0
|
@ -33,7 +33,7 @@ class ConfigureController extends Controller{
|
||||||
'keywords' => configGet('keywords'),
|
'keywords' => configGet('keywords'),
|
||||||
'description' => configGet('description'),
|
'description' => configGet('description'),
|
||||||
'record' => configGet('record'),
|
'record' => configGet('record'),
|
||||||
'footerinfo' => htmlspecialchars_decode(configGet('footerinfo')),
|
'footerinfo' => str_replace(''','\'',htmlspecialchars_decode(configGet('footerinfo'))),
|
||||||
'username' => configGet('username'),
|
'username' => configGet('username'),
|
||||||
'password' => configGet('password'),
|
'password' => configGet('password'),
|
||||||
'level' => configGet('level'),
|
'level' => configGet('level'),
|
||||||
|
|
Loading…
Reference in New Issue