fusionpbx/app/edit
Alexey Melnichuk 840ea3faa4 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 Check the missing array has content before processing it. 2016-05-04 00:22:35 -06:00
app_languages.php
app_menu.php Menu Manager: Add ability to customize main and sub menu icons. 2016-05-02 14:42:06 -06:00
clipadd.php Theme: Integrate settings to customize the style of edit form tables (label, field, heading and row cells). 2016-04-07 12:00:19 -06:00
clipdelete.php
cliplist.php Function: Created key_press function to dynamically generate key detection javascript. 2016-03-31 17:11:37 -06:00
clipoptions.php
clipoptionslist.php
clipupdate.php Theme: Integrate settings to customize the style of edit form tables (label, field, heading and row cells). 2016-04-07 12:00:19 -06:00
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
folderdelete.php
foldernew.php
footer.php Theme: Add additional Settings to control the style of various elements, remove old css classes. 2016-03-28 22:29:15 -06:00
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 Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00

readme.txt

Notes

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

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