diff options
-rw-r--r-- | includes/setting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/setting.php b/includes/setting.php index dbbc5eec6..d4bc5240b 100644 --- a/includes/setting.php +++ b/includes/setting.php @@ -54,7 +54,7 @@ $themes = array("UnConeD" => array( # maintenance capabilities. If your site does not require # translation support, disable it by commenting out the $language # variable below. -#$language = array(); // = language support disabled +#$languages = array(); // = language support disabled $languages = array("en" => "English"); # This line prevents users from accessing your settings file: |