PATH:
home
/
letacommog
/
crmleta
/
kcfinder
/
tpl
<root> <?php FOREACH ($dirs as $dir): ?> <dir readable="<?php echo $dir['readable'] ? "yes" : "no" ?>" writable="<?php echo $dir['writable'] ? "yes" : "no" ?>" removable="<?php echo $dir['removable'] ? "yes" : "no" ?>" hasDirs="<?php echo $dir['hasDirs'] ? "yes" : "no" ?>"> <name><?php echo text::xmlData($dir['name']) ?></name> </dir> <?php ENDFOREACH ?> </root>
[+]
..
[-] tpl_browser.php
[edit]
[-] .htaccess
[edit]
[-] tpl__css.php
[edit]
[-] tpl_error.php
[edit]
[-] tpl_deleteDir.php
[edit]
[-] tpl_renameDir.php
[edit]
[-] tpl_expand.php
[edit]
[-] tpl_chDir.php
[edit]
[-] tpl_init.php
[edit]
[-] tpl__javascript.php
[edit]