ConLite/conlite/includes/include.js_files_overview.php

14 Zeilen
199 B
PHP

<?php
/**
*
*/
if (!defined('CON_FRAMEWORK')) {
die('Illegal call');
}
$oDirList = new cGuiFileList($cfgClient[$client]["js"]["path"], 'js');
$oDirList->scanDir();
$oDirList->renderList();