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