From 2604ad7d948117667550f9c487d6430a5c030d0b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Dec 2011 09:38:56 +0400 Subject: add test for LOCK_DIRECTORY --- include/sanity_check.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/sanity_check.php b/include/sanity_check.php index aebe4f89d..224c13e9f 100644 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -63,6 +63,10 @@ $err_msg = "ICONS_DIR defined in config.php is not writable (chmod -R 777 ".ICONS_DIR.").\n"; } + if (!is_writable(LOCK_DIRECTORY)) { + $err_msg = "LOCK_DIRECTORY defined in config.php is not writable (chmod -R 777 ".LOCK_DIRECTORY.").\n"; + } + if (ini_get("open_basedir")) { $err_msg = "PHP configuration option open_basedir is not supported. Please disable this in PHP settings file (php.ini)."; } -- cgit v1.2.3