diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-07-10 08:54:57 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-07-10 08:54:57 +0100 |
| commit | 64eb624cad460c26bbebfc9dbfeecc1e0172b523 (patch) | |
| tree | de296894a2ee1c2051180c9265ddcb34c929b177 /sanity_check.php | |
| parent | edd56fe579f988907e30412447797f85c73f30f4 (diff) | |
move php executable path for old-style daemon to config.php (bump version) (closes #212)
Diffstat (limited to 'sanity_check.php')
| -rw-r--r-- | sanity_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php index 41fdf983a..383edab4c 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -1,7 +1,7 @@ <?php require_once "functions.php"; - define('EXPECTED_CONFIG_VERSION', 16); + define('EXPECTED_CONFIG_VERSION', 17); define('SCHEMA_VERSION', 37); if (!file_exists("config.php")) { |