Show
Ignore:
Timestamp:
09/11/07 14:20:32 (16 months ago)
Author:
082net
Message:

## wp-slimstat-ex tags ##

v1.604 minor update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wp-slimstat-ex/tags/1.6/lib/ss-admin/performance.php

    r246 r256  
    88require_once($wp_config); 
    99$SlimCfg->check_user(); 
    10 include_once('_functions.php'); 
     10 
     11require_once('_functions.php'); 
     12if(!isset($ssAdmin)) 
     13        $ssAdmin =& SSAdmin::get_instance(); 
     14 
    1115if (isset($_GET['step'])) 
    1216        $step = $_GET['step'];