修复个一直没有修复的bug

master
阿珏 6 years ago committed by GitHub
parent 9363a1b593
commit 4b7d0656f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ class ConfigureController extends Controller{
'keywords' => configGet('keywords'),
'description' => configGet('description'),
'record' => configGet('record'),
'footerinfo' => htmlspecialchars_decode(configGet('footerinfo')),
'footerinfo' => str_replace(''','\'',htmlspecialchars_decode(configGet('footerinfo'))),
'username' => configGet('username'),
'password' => configGet('password'),
'level' => configGet('level'),

Loading…
Cancel
Save