mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
config.default.php
This commit is contained in:
parent
3e692705ea
commit
4c5832204f
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ $AMS_CACHEDIR = $AMS_LIB . '/cache';
|
|||
$SITEBASE = dirname( __FILE__ ) . '/html/' ;
|
||||
|
||||
//the paths to your website url
|
||||
$BASE_WEBPATH = dirname($_SERVER['PHP_SELF']);
|
||||
$IMAGELOC_WEBPATH = $_SERVER['REQUEST_URI'].'/img';
|
||||
$BASE_WEBPATH = '';
|
||||
$IMAGELOC_WEBPATH = $BASE_WEBPATH.'img';
|
||||
$WEBPATH = $BASE_WEBPATH . '/index.php';
|
||||
$INGAME_WEBPATH = $BASE_WEBPATH . '/index.php';
|
||||
$CONFIG_PATH = dirname( __FILE__ );
|
||||
|
|
Loading…
Reference in a new issue