source: temp/test-xoops.ec-cube.net/html/class/xoopsuser.php @ 405

Revision 405, 213 bytes checked in by root, 20 years ago (diff)
Line 
1<?php
2// $Id: xoopsuser.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
3// this file is for backward compatibility only
4if (!defined('XOOPS_ROOT_PATH')) {
5    exit();
6}
7require_once XOOPS_ROOT_PATH.'/kernel/user.php';
8?>
Note: See TracBrowser for help on using the repository browser.