瀏覽代碼

Need to include files.php to use sq_is_writable()

pdontthink 16 年之前
父節點
當前提交
fbd699d91e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/configtest.php

+ 1 - 0
src/configtest.php

@@ -87,6 +87,7 @@ define('SM_PATH', '../');
 require(SM_PATH . 'include/constants.php');
 require(SM_PATH . 'functions/global.php');
 require(SM_PATH . 'functions/strings.php');
+require(SM_PATH . 'functions/files.php');
 $SQM_INTERNAL_VERSION = explode('.', SM_VERSION, 3);
 $SQM_INTERNAL_VERSION[2] = intval($SQM_INTERNAL_VERSION[2]);