Commit 85599452 by 冷斌

fix bug

parent cef999f0
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
* Some rights reserved:www.thinkcmf.com * Some rights reserved:www.thinkcmf.com
*/ */
require './vendor/autoload.php';
if (ini_get('magic_quotes_gpc')) { if (ini_get('magic_quotes_gpc')) {
function stripslashesRecursive(array $array){ function stripslashesRecursive(array $array){
foreach ($array as $k => $v) { foreach ($array as $k => $v) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment