mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Add Optional constants to e107_config.php during installation.
This commit is contained in:
@@ -1275,6 +1275,14 @@ class e_install
|
|||||||
\$MEDIA_DIRECTORY = '{$this->e107->e107_dirs['MEDIA_DIRECTORY']}';
|
\$MEDIA_DIRECTORY = '{$this->e107->e107_dirs['MEDIA_DIRECTORY']}';
|
||||||
\$SYSTEM_DIRECTORY = '{$this->e107->e107_dirs['SYSTEM_DIRECTORY']}';
|
\$SYSTEM_DIRECTORY = '{$this->e107->e107_dirs['SYSTEM_DIRECTORY']}';
|
||||||
|
|
||||||
|
|
||||||
|
// -- Optional --
|
||||||
|
// define('e_HTTP_STATIC', 'https://static.mydomain.com/'); // Use a static subdomain for js/css/images etc.
|
||||||
|
// define('e_MOD_REWRITE_STATIC', true); // Rewrite static image urls.
|
||||||
|
// define('e_LOG_CRITICAL', true); // log critical errors but do not display them to user.
|
||||||
|
// define('e_GIT', 'path-to-git'); // Path to GIT for developers
|
||||||
|
|
||||||
|
|
||||||
";
|
";
|
||||||
/*
|
/*
|
||||||
if($this->pdo == true)
|
if($this->pdo == true)
|
||||||
|
Reference in New Issue
Block a user