Explorar o código

Need to include files.php to use sq_is_writable()

pdontthink %!s(int64=16) %!d(string=hai) anos
pai
achega
fbd699d91e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]);