XpressEngine Core
1.11.2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
index.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
35
define(
'__XE__'
, TRUE);
39
require dirname(__FILE__) .
'/config/config.inc.php'
;
40
45
$oContext
=
Context::getInstance
();
46
$oContext
->init();
47
51
if
(
$oContext
->checkSSO())
52
{
53
$oModuleHandler =
new
ModuleHandler
();
54
55
try
56
{
57
if
($oModuleHandler->init())
58
{
59
$oModuleHandler->displayContent($oModuleHandler->procModule());
60
}
61
}
62
catch
(Exception $e)
63
{
64
htmlHeader
();
65
echo
Context::getLang
($e->getMessage());
66
htmlFooter
();
67
}
68
}
69
70
$oContext
->close();
71
72
/* End of file index.php */
73
/* Location: ./index.php */
ModuleHandler
Definition:
ModuleHandler.class.php:13
$oContext
$oContext
Include the necessary configuration files.
Definition:
index.php:45
htmlFooter
htmlFooter()
Definition:
func.inc.php:1727
Context\getLang
getLang($code)
Definition:
Context.class.php:1008
Context\getInstance
& getInstance()
Definition:
Context.class.php:162
htmlHeader
htmlHeader()
Definition:
func.inc.php:1712
Generated on Tue Dec 18 2018 17:04:25 for XpressEngine Core by
1.8.5