mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Added special const RAINLOOP_INCLUDE_AS_API
This commit is contained in:
parent
91e3bd72d6
commit
0422aa5026
3 changed files with 2 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
define('APP_INDEX_ROOT_FILE', str_replace('\\', '/', __FILE__));
|
||||
define('APP_INDEX_ROOT_PATH', rtrim(dirname(APP_INDEX_ROOT_FILE), '/').'/');
|
||||
define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
|
||||
|
||||
$sCustomDataPath = '';
|
||||
if (file_exists(APP_INDEX_ROOT_PATH.'include.php'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue