fusionpbx/app/edit
Alexey Melnichuk 937821da68 Fix. Do not populate invalid paths. (#1585)
Problem when `opendir($dir)` returns `false` and then
while cycle adds many empty strings which produce in the end
```
/etc/freeswitch/tls
/etc/freeswitch/tls/
/etc/freeswitch/tls//
/etc/freeswitch/tls///
/etc/freeswitch/tls////
/etc/freeswitch/tls/////
/etc/freeswitch/tls//////
/etc/freeswitch/tls///////
```
2016-05-06 09:28:10 -06:00
..
resources/images
app_config.php
app_defaults.php
app_languages.php
app_menu.php
clipadd.php
clipdelete.php
cliplist.php
clipoptions.php
clipoptionslist.php
clipupdate.php
filedelete.php
filelist.php Fix. Do not populate invalid paths. (#1585) 2016-05-06 09:28:10 -06:00
filenew.php
fileoptions.php
fileoptionslist.php Fix. Do not populate invalid paths. (#1585) 2016-05-06 09:28:10 -06:00
fileread.php
filerename.php
filesave.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
folderdelete.php
foldernew.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
footer.php
header.php
index.php Function: Created key_press function to dynamically generate key detection javascript. 2016-03-31 17:11:37 -06:00
readme.txt
root.php

readme.txt

Notes

IFrame
http://www.quirksmode.org/js/iframe.html

Tree View
http://www.dddekerf.dds.nl/DHTML_Treeview/DHTML_Treeview.htm