XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
xoopsemotions.php
Go to the documentation of this file.
1 <?php
14 if (!defined("XOOPS_ROOT_PATH")) { die("XOOPS root path not defined"); }
15 
16 include_once XOOPS_ROOT_PATH . "/modules/system/constants.php";
17 // Add your code here to check acces by groups
18 
19 return true;
20 ?>