Commit b3bb6fc9 by 冷斌

fix bug

parent 87e21a2c
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
* 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){
...@@ -44,7 +45,6 @@ define("THINKCMF_CORE_TAGLIBS", 'cx,Common\Lib\Taglib\TagLibSpadmin,Common\Lib\T ...@@ -44,7 +45,6 @@ define("THINKCMF_CORE_TAGLIBS", 'cx,Common\Lib\Taglib\TagLibSpadmin,Common\Lib\T
//uc client root //uc client root
define("UC_CLIENT_ROOT", './api/uc_client/'); define("UC_CLIENT_ROOT", './api/uc_client/');
require './vendor/autoload.php';
if(file_exists(UC_CLIENT_ROOT."config.inc.php")){ if(file_exists(UC_CLIENT_ROOT."config.inc.php")){
include UC_CLIENT_ROOT."config.inc.php"; include UC_CLIENT_ROOT."config.inc.php";
......
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