]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
move php executable path for old-style daemon to config.php (bump version) (closes...
[tt-rss.git] / config.php-dist
index 1694059d57765ab73226424150d9f2a96232ff37..4bcfc31bad24c48a21cab9c784d8b5e5bdc0fdbf 100644 (file)
        // Selectively gzip output to improve wire performance. This requires
        // PHP Zlib extension on the server.
 
-       define('CONFIG_VERSION', 16);
+       define('PHP_EXECUTABLE', '/usr/bin/php');
+       // Path to PHP executable
+
+       define('CONFIG_VERSION', 17);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).