Go to the source code of this file.
Variables | |
| $db = new Database() | |
| exit | |
| $cfg = new Config() | |
| $session = new Session() | |
| * set PHP error logging, disable error output */ | |
| $log = new EventLog() | |
| $action = CMSkey::postOrGet("a") | |
| exit | |
| $auth = new Auth() | |
| * Auth: before any action on files */ | |
| $lang = new Lang() | |
| * file upload */ | |
| exit | |
| $cms = new CMSkey() | |
| exit | |
| <!DOCTYPEhtmlPUBLIC"-"http: < htmlxmlns="http: <head><title> <?phpecho$cms-> getPageTitle();?> </title><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/> <metaname="robots"content="all"/> <metaname="author"content="CMSkey"/> <metaname="keywords"content=""/> <metaname="description"content=""/> <styletype="text/css"media="all"> import css default | css |
| $action = CMSkey::postOrGet("a") |
| $auth = new Auth() |
* Auth: before any action on files */
Definition at line 71 of file index.php.
Referenced by Content::__construct().
| $cfg = new Config() |
Definition at line 42 of file index.php.
Referenced by Session::__construct(), Lang::__construct(), Form::__construct(), EventLog::__construct(), Content::__construct(), CMSkey::__construct(), Content::add(), Content::delete(), Form::getCancelButton(), Files::getFilePathFromId(), CMSkey::getFooter(), CMSkey::getHeader(), Lang::getLanguageMenu(), CMSkey::getLoginStatus(), CMSkey::getPageTitle(), CMSkey::getSearchForm(), and CMSkey::getTopBar().
| $db = new Database() |
| $lang = new Lang() |
* file upload */
* check actions about files TODO: revision needed */ /include("include/filefuns.php"); /checkFileActions();
Definition at line 89 of file index.php.
Referenced by CMSkey::getHeader().
| $log = new EventLog() |
| $session = new Session() |
* set PHP error logging, disable error output */
Definition at line 50 of file index.php.
Referenced by Lang::__construct(), EventLog::__construct(), Content::__construct(), Auth::__construct(), Content::add(), Lang::getCurrentLanguage(), Lang::getLanguageMenu(), CMSkey::getLoginStatus(), and Lang::setLanguage().
| <!DOCTYPEhtmlPUBLIC"-"http:<htmlxmlns="http:<head><title><?phpecho$cms->getPageTitle();?></title><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><metaname="robots"content="all"/><metaname="author"content="CMSkey"/><metaname="keywords"content=""/><metaname="description"content=""/><styletype="text/css"media="all"> import css default css |
1.5.3