Include webig config in setup, ref kaetemi/ryzomclassic#4
parent
e97cf09e04
commit
bce886595e
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
$USERS_DIR = '/home/nevrax/live/www'; // without final /
|
||||
$TEMPLATE_DIR = './template'; // without final /
|
||||
require_once dirname(__DIR__).'/config.php';
|
||||
|
||||
$TEMPLATE_DIR = $PRIVATE_PHP_PATH + '/webig/template'; // without final /
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue