ConLite/conlite/classes/gui/class.page.php
o.pinke 7724016e9c add fancytree js, recode overview in js-area using fancytree
first steps to new class clFileList to build different directory tree views
2021-08-23 16:03:18 +02:00

15 Zeilen
Kein EOL
247 B
PHP

<?php
/**
*
*/
defined('CON_FRAMEWORK') || die('Illegal call: Missing framework initialization - request aborted.');
class cGuiPage {
public function __construct($sPageName, $sPluginName = '', $sSubMenu = '') {
}
}