diff --git a/lib/configfiles_index.inc.php b/lib/configfiles_index.inc.php index 9a1adb8a..73d8ac44 100644 --- a/lib/configfiles_index.inc.php +++ b/lib/configfiles_index.inc.php @@ -45,6 +45,7 @@ $configfiles = array(); $configfiles = array_merge( include $cfgPath . 'wheezy.inc.php', include $cfgPath . 'squeeze.inc.php', + include $cfgPath . 'trusty.inc.php', include $cfgPath . 'precise.inc.php', include $cfgPath . 'lucid.inc.php', include $cfgPath . 'gentoo.inc.php',