today:
85
yesterday:
177
Total:
1,001,002

php - index

admin 2018.02.25 18:59 Views : 2527

<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
 * @file  index.php
 * @author NAVER (developers@xpressengine.com)
 * @brief Start page
 *
 * @mainpage XpressEngine
 * @section intro introduction
 *
 * "XpressEngine (XE)" is an opensource and being developed in the opensource project.\n
 * For more information, please see the link below.
 * - Official website: http://www.xpressengine.com
 * - Offcial Repository: https://github.com/xpressengine/xe-core
 * \n
 * "XpressEngine (XE)" is free software; you can redistribute it and/or \n
 * modify it under the terms of the GNU Lesser General Public \n
 * License as published by the Free Software Foundation; either \n
 * version 2.1 of the License, or (at your option) any later version. \n
 * \n
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 * \n
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 *
 **/

/**
 * @brief Declare constants for generic use and for checking to avoid a direct call from the Web
 **/
define('__XE__',   TRUE);
/**
 * @brief Include the necessary configuration files
 **/
require dirname(__FILE__) . '/config/config.inc.php';

/**
 * @brief Initialize by creating Context object
 * Set all Request Argument/Environment variables
 **/
$oContext = Context::getInstance();
$oContext->init();

/**
 * @brief If default_url is set and it is different from the current url, attempt to redirect for SSO authentication and then process the module
 **/
if($oContext->checkSSO())
{
$oModuleHandler = new ModuleHandler();

try
{
if($oModuleHandler->init())
{
$oModuleHandler->displayContent($oModuleHandler->procModule());
}
}
catch(Exception $e)
{
htmlHeader();
echo Context::getLang($e->getMessage());
htmlFooter();
}
}

$oContext->close();

/* End of file index.php */
/* Location: ./index.php */

No. Subject Author Date Views
25 CODE admin 2019.09.05 231
24 ttt admin 2019.02.11 259
23 BigCommerce admin 2019.02.06 247
22 WHDR admin 2019.01.29 289
21 jp admin 2019.01.22 267
20 50.87.144.161 admin 2019.01.18 289
19 OUR PLEDGE admin 2019.01.17 254
18 DONATE BY SHOPPING ON AMAZON admin 2019.01.17 336
17 Life's Abundance admin 2019.01.17 347
16 Ralph's donates admin 2019.01.17 271
15 SUB - PIC CHANGE admin 2018.03.10 260
14 Content Management Systems (CMS) admin 2018.03.08 408
» php - index admin 2018.02.25 2527
12 php- config admin 2018.02.25 3402
11 UPS admin 2018.01.21 276
10 UPS admin 2018.01.20 285
9 JavaScript Fundamentals For Beginners admin 2018.01.09 266
8 Server secret admin 2017.12.26 0
7 App ID admin 2017.08.13 320
6 Mobile Data Collection Apps (Sample) admin 2017.07.31 738