undo include path change for jappix proxy
This commit is contained in:
parent
999dbb07b5
commit
022adddcef
3 changed files with 4 additions and 4 deletions
BIN
impressum.tgz
BIN
impressum.tgz
Binary file not shown.
BIN
jappixmini.tgz
BIN
jappixmini.tgz
Binary file not shown.
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue