PluginProbe
Loginizer / 2.0.4
Loginizer v2.0.4
2.1.0 2.0.9 2.0.8 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 trunk 1.0 1.0.1 1.0.2 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 All 74 releases
← All changes | main/admin.php +2 -2 2.0.22.0.4 View file →
@@ -16,14 +16,14 @@
16 16
17 17 function loginizer_admin_promo_hooks(){
18 18 global $loginizer;
19 19
20 - if(!current_user_can('activate_plugins')){
20 + if(!current_user_can('activate_plugins') || defined('SITEPAD')){
21 21 return;
22 22 }
23 23
24 24 // Is the premium features there ?
25 - if(defined('LOGINIZER_PREMIUM')){
25 + if(!defined('LOGINIZER_PREMIUM')){
26 26 // The promo time
27 27 $loginizer['promo_time'] = get_option('loginizer_promo_time');
28 28 if(empty($loginizer['promo_time'])){
29 29 $loginizer['promo_time'] = time();