| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/op4103.dev.safetybis.com/ |
| Current File : /home/devsafetybis/op4103.dev.safetybis.com/index.php |
<?php
// Version
define('VERSION', '4.1.0.3');
// Configuration
if (is_file('config.php')) {
require_once('config.php');
}
// Install
if (!defined('DIR_APPLICATION')) {
header('Location: install/index.php');
exit();
}
// Startup
require_once(DIR_SYSTEM . 'startup.php');
// Framework
require_once(DIR_SYSTEM . 'framework.php');