Changeset 1781809
- Timestamp:
- 12/06/2017 07:59:37 AM (8 years ago)
- File:
-
- 1 edited
-
captcha/tags/4.4/captcha.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captcha/tags/4.4/captcha.php
r1781807 r1781809 182 182 require_once( dirname( __FILE__ ) . '/includes/pro_banners.php' ); 183 183 require_once( dirname( __FILE__ ) . '/includes/dashboard_page.php' ); 184 184 185 $page = new Cptch_dashboard($plugin_basename); 185 186 … … 3210 3211 3211 3212 3212 if(isset($_GET['cptch_manual']) and $_GET['cptch_manual'] == 'manual')3213 /*if(isset($_GET['cptch_manual']) and $_GET['cptch_manual'] == 'manual') 3213 3214 { 3214 3215 … … 3238 3239 3239 3240 3240 } 3241 }*/ 3241 3242 3242 3243
Note: See TracChangeset
for help on using the changeset viewer.