undo include path change for jappix proxy

This commit is contained in:
friendica 2012-04-23 15:33:04 -07:00
parent 999dbb07b5
commit 022adddcef
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -13,12 +13,12 @@ Authors: Vanaryon, Leberwurscht
*/ */
// PHP base // PHP base
define('JAPPIX_BASE', 'addon/jappixmini/jappix'); define('JAPPIX_BASE', './jappix');
// Get the configuration // Get the configuration
require_once('addon/jappixmini/jappix/php/functions.php'); require_once('./jappix/php/functions.php');
require_once('addon/jappixmini/jappix/php/read-main.php'); require_once('./jappix/php/read-main.php');
require_once('addon/jappixmini/jappix/php/read-hosts.php'); require_once('./jappix/php/read-hosts.php');
// Optimize the page rendering // Optimize the page rendering
hideErrors(); hideErrors();