Changeset 14527 for extensions/CryptograPHP/main.inc.php
- Timestamp:
- Apr 29, 2012, 5:04:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/CryptograPHP/main.inc.php
r12619 r14527 28 28 global $conf, $user; 29 29 30 // brace yourself, smartphones spammers are comming ! 31 if ($user['theme'] == 'smartpocket') return; 32 30 33 $conf['cryptographp'] = unserialize($conf['cryptographp']); 31 load_language('plugin.lang', CRYPTO_PATH);32 34 33 35 if (script_basename() == 'register') … … 39 41 include(CRYPTO_PATH.'include/picture.inc.php'); 40 42 } 41 // because of ContactForm specificities, Captcha can't be displayed on these themes 42 else if ( isset($_GET['/contact']) and strstr($user['theme'], 'simple') === false and strstr($user['theme'], 'stripped') === false ) 43 else if (isset($_GET['/contact'])) 43 44 { 44 45 include(CRYPTO_PATH.'include/contactform.inc.php');
Note: See TracChangeset
for help on using the changeset viewer.