From: pdontthink Date: Thu, 4 Dec 2008 07:40:47 +0000 (+0000) Subject: Need to include files.php to use sq_is_writable() X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;h=b578bd7c339c3c0223d8e50fb104cf2cbe601f47;hp=fa26ab45ca9f23f01496b634d8cd3c258fe5b7cd;p=squirrelmail.git Need to include files.php to use sq_is_writable() git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13345 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/configtest.php b/src/configtest.php index 095164c2..0eaa1140 100644 --- a/src/configtest.php +++ b/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]);