Changeset 1026

Show
Ignore:
Timestamp:
09/16/08 10:10:48 (4 months ago)
Author:
areski
Message:

Update : phpSysInfo inside A2Billing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/phpsysinfo/config.php

    r1024 r1026  
    1919 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             * 
    2020 ***************************************************************************/ 
     21 
     22// add for a2billing  
     23include_once ("../lib/admin.defines.php"); 
     24include_once ("../lib/admin.module.access.php"); 
     25include_once ("../lib/admin.smarty.php"); 
     26 
     27if (! has_rights (ACX_ADMINISTRATOR)){  
     28        echo "Error loading phpSysInfo!"; 
     29        die();      
     30} 
     31 
    2132// 
    2233// $Id: config.php.new,v 1.35 2008/05/31 20:38:57 bigmichi1 Exp $ 


Google