<?php
// $Id: xoopsuser.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
// this file is for backward compatibility only
if (!defined('XOOPS_ROOT_PATH')) {
	exit();
}
require_once XOOPS_ROOT_PATH.'/kernel/user.php';
?>