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/upgrade.php

    r246 r256  
    88require_once($wp_config); 
    99$SlimCfg->check_user(); 
     10 
    1011require_once('_functions.php'); 
     12if(!isset($ssAdmin)) 
     13        $ssAdmin =& SSAdmin::get_instance(); 
     14 
    1115require_once(SLIMSTATPATH . 'lib/upgrade.php'); 
    1216