Browse Source

Need to include files.php to use sq_is_writable()

pdontthink 16 năm trước cách đây
mục cha
commit
fbd699d91e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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]);