1
0
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:
Andrew Dolgov
2008-07-10 08:54:57 +01:00
parent edd56fe579
commit 64eb624cad
3 changed files with 9 additions and 3 deletions

View File

@@ -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")) {