示例#1
0
文件: index.php 项目: jimobama/app
<?php

require_once "config/master.php";
require_once "config/_startApp.php";
Session::init();
//This will load the current web template to use
ContextManager::StartApplication();
?>