remove decoded php codes and code cleanup

This commit is contained in:
Prasath Mani
2021-02-24 13:33:57 +05:30
parent dd9d7c09a2
commit 95147f5828
3 changed files with 17 additions and 81 deletions

View File

@@ -81,7 +81,7 @@ $allowed_upload_extensions = '';
// Favicon path. This can be either a full url to an .PNG image, or a path based on the document root.
// full path, e.g http://example.com/favicon.png
// local path, e.g images/icons/favicon.png
$favicon_path = '?img=favicon';
$favicon_path = '';
// Files and folders to excluded from listing
// e.g. array('myfile.html', 'personal-folder', '*.php', ...)