8
0
Fork 0

Removed debug traces

Dieser Commit ist enthalten in:
kisselev 2013-07-26 13:30:51 -07:00
Ursprung e207d427d7
Commit f532918681
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -258,9 +258,6 @@ function get_tree($path = '.', $clean_path = '', $title = '', $first = true){
$clean_sort = clean_sort($file);
// If clean_urls is set to false and this is the first branch of the tree, append index.php to the clean_path.
print_r($options['clean_urls']);
if($options['clean_urls'] == false)
{
if($first)