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

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