Seditio Source code viewer
Root | Root
./Seditio-Developer/Seditio.178/system/core/index/index.php
<?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome & Seditio Team
https://seditio.org
[BEGIN_SED]
File=index.php
Version=179
Updated=2022-jul-15
Type=Core
Author=Seditio Team
Description=Home page loader
[END_SED]
==================== */

if (!defined('SED_CODE')) exit();

define('SED_INDEX', TRUE);
$location = 'Home';
$z = 'index';

require(
SED_ROOT . '/system/functions.php');
@include(
SED_ROOT . '/datas/config.php');

if (empty(
$cfg['mysqlhost']) && empty($cfg['mysqldb']))
    {
   
sed_redirect(sed_url("install", "", "", true));
    exit;
    }

require(
SED_ROOT . '/system/common.php');
require(
SED_ROOT . '/system/core/index/index.inc.php');

?>
Presented with Sourceer