XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
checklogin.php
1
<?php
4
* @package XCL
5
* @version XCL 2.5.0
6
* @author Kilica, 2008/09/25
7
* @copyright (c) 2005-2025 The XOOPSCube Project
8
* @license GPL 2.0
9
* @brief This file was entirely rewritten by the XOOPSCube Legacy project
10
* for compatibility with XOOPS2
11
*/
12
13
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
14
exit();
15
}
16
17
$root =& XCube_Root::getSingleton();
18
$root->mController->checkLogin();
19
20
// ! Add after core!
html
include
checklogin.php
Generated by
1.13.2