]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
update translations
[tt-rss.git] / config.php-dist
index 1694059d57765ab73226424150d9f2a96232ff37..a573df154fd34819b68b4552106c861a034c2fd4 100644 (file)
        // Directory for lockfiles, must be writable to the user you run
        // daemon process or cronjobs under.
 
-       define('ALLOW_SELECT_UPDATE_METHOD', false);
+       define('ALLOW_SELECT_UPDATE_METHOD', true);
        // Allow users to select the library to update feeds with - e.g.
        // Magpie or SimplePie
 
        // 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).