From d11dd631b072bca57034111fa8967a984be8ffa0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Aug 2019 01:37:26 -0600 Subject: [PATCH] Update and rename filelist.php to file_list.php --- app/edit/{filelist.php => file_list.php} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename app/edit/{filelist.php => file_list.php} (96%) diff --git a/app/edit/filelist.php b/app/edit/file_list.php similarity index 96% rename from app/edit/filelist.php rename to app/edit/file_list.php index a6184f75ce..cb853aac21 100644 --- a/app/edit/filelist.php +++ b/app/edit/file_list.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2016 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -31,7 +31,7 @@ require_once "resources/check_auth.php"; //check permissions - if (permission_exists('script_editor_view')) { + if (permission_exists('edit_view')) { //access granted } else { @@ -252,7 +252,7 @@ key_press('backspace', 'down', 'window', null, null, 'return false;', true); echo "\n"; echo "\n"; -echo "
".$text['label-files']."
\n"; +echo "
".$text['label-files']."
\n"; echo "
\n"; if (file_exists($edit_directory)) { echo recur_dir($edit_directory);