fix proxy paths

This commit is contained in:
friendica 2012-04-23 05:15:44 -07:00
parent 80b79f238f
commit 6d03505d0c
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

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