From 8566cd73e7904346fd39054c8bff86e21829d6c7 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 23 Oct 2017 13:00:45 -0700 Subject: [PATCH] Add Optional constants to e107_config.php during installation. --- install.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.php b/install.php index 75288d881..e3c30957a 100644 --- a/install.php +++ b/install.php @@ -1275,6 +1275,14 @@ class e_install \$MEDIA_DIRECTORY = '{$this->e107->e107_dirs['MEDIA_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)