mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
forgot $AMS_TMPDIR
This commit is contained in:
parent
ff3f7c8ef1
commit
d1ca411f9b
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ $AMS_LIB = $PRIVATE_PHP_PATH . '/ams';
|
|||
$AMS_TRANS = $AMS_LIB . '/translations';
|
||||
$AMS_CACHEDIR = $AMS_LIB . '/cache';
|
||||
$AMS_PLUGINS = $AMS_LIB . '/plugins';
|
||||
$AMS_TMPDIR = $AMS_LIB . '/tmp';
|
||||
// Here your inc and func resides
|
||||
$SITEBASE = $PUBLIC_PHP_PATH . '/ams/' ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue