XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
common.php
1<?php
12
13if (!defined('XOOPS_ROOT_PATH')) {
14 exit();
15}
16require_once XOOPS_ROOT_PATH . '/include/cubecore_init.php';
17
18$root=&XCube_Root::getSingleton();
19$xoopsController=&$root->getController();
20$xoopsController->executeCommon();