diff options
Diffstat (limited to 'h-source/Application/Include/params.php')
-rw-r--r-- | h-source/Application/Include/params.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index f09d647..3f905db 100644 --- a/h-source/Application/Include/params.php +++ b/h-source/Application/Include/params.php @@ -39,6 +39,13 @@ class Website static public $statusnetGroupText = ""; static public $useSMTP = true; + + //use a xml file the modules of the website? + static public $useXmlConfigFile = true; + + //folder of the xml configuration file + //the constant ROOT contains the path to the root folder of your installaton of h-source + static public $xmlConfigFileFolder = ROOT; } class Account |