Merge pull request #202 from antedaxara/rhel7

Added RHEL 7 configfiles
This commit is contained in:
Dessa
2015-01-22 07:50:56 +01:00
24 changed files with 2195 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ if ($optsDir->isConfigDir()) {
$cfgPath = 'lib/configfiles/';
$configfiles = array();
$configfiles = array_merge(
include $cfgPath . 'rhel7.inc.php',
include $cfgPath . 'wheezy.inc.php',
include $cfgPath . 'squeeze.inc.php',
include $cfgPath . 'precise.inc.php',