move php executable path for old-style daemon to config.php (bump version) (closes #212)
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user