修复个一直没有修复的bug

master
阿珏 2018-08-01 10:46:04 +08:00 committed by GitHub
parent 9363a1b593
commit 4b7d0656f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'),