diff options
Diffstat (limited to 'includes/setting.php')
-rw-r--r-- | includes/setting.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/setting.php b/includes/setting.php index d4bc5240b..be4590b00 100644 --- a/includes/setting.php +++ b/includes/setting.php @@ -1,6 +1,5 @@ <?php - # # Database settings: # @@ -58,6 +57,6 @@ $themes = array("UnConeD" => array( $languages = array("en" => "English"); # This line prevents users from accessing your settings file: -die(); +die("access denied"); ?>
\ No newline at end of file |