android unofficial client. Dont forget to visit the webpage for db upgrade process first.
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
$OpenBSD: patch-config_php-dist,v 1.2 2013/06/04 19:59:38 landry Exp $
|
|
--- config.php-dist.orig Mon May 13 11:34:26 2013
|
|
+++ config.php-dist Tue Jun 4 21:02:03 2013
|
|
@@ -49,7 +49,7 @@
|
|
// *** Files and directories ***
|
|
// *****************************
|
|
|
|
- define('PHP_EXECUTABLE', '/usr/bin/php');
|
|
+ define('PHP_EXECUTABLE', '${MODPHP_BIN}');
|
|
// Path to PHP executable, used for various command-line tt-rss programs
|
|
|
|
define('LOCK_DIRECTORY', 'lock');
|