XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
onuninstall.php
Go to the documentation of this file.
1 <?php
2 
3 if( ! defined( 'XOOPS_TRUST_PATH' ) ) die( 'set XOOPS_TRUST_PATH into mainfile.php' ) ;
4 
5 $mydirname = basename( dirname( __FILE__ ) ) ;
6 $mydirpath = dirname( __FILE__ ) ;
7 require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname
8 
9 require XOOPS_TRUST_PATH.'/modules/'.$mytrustdirname.'/onuninstall.php' ;
10 
11 ?>