Update file_read.php (#4592)

This commit is contained in:
chansizzle 2019-09-12 17:00:43 -06:00 committed by FusionPBX
parent 94ce9696e3
commit 3344cffac9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
case 'php': case 'php':
$edit_directory = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH; $edit_directory = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH;
break; break;
case 'grammer': case 'grammar':
$edit_directory = $_SESSION['switch']['grammar']['dir']; $edit_directory = $_SESSION['switch']['grammar']['dir'];
break; break;
case 'provision': case 'provision':