home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
CMS
/
xoops-2.0.18.1.exe
/
xoops-2.0.18.1
/
htdocs
/
class
/
xoopsmodule.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2005-11-03
|
274 b
|
14 lines
<?php
// $Id: xoopsmodule.php 2 2005-11-02 18:23:29Z skalpa $
if (!defined('XOOPS_ROOT_PATH')) {
exit();
}
/**
* this file is for backward compatibility only
*
**/
/**
* load the new module class
**/
require_once XOOPS_ROOT_PATH.'/kernel/module.php';
?>