mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 14:51:28 +00:00
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