Changeset 1781808
- Timestamp:
- 12/06/2017 07:58:35 AM (8 years ago)
- Location:
- captcha/trunk
- Files:
-
- 2 added
- 1 edited
-
captcha.php (modified) (3 diffs)
-
includes/blacklist.php (added)
-
includes/dashboard_page.php (added)
Legend:
- Unmodified
- Added
- Removed
-
captcha/trunk/captcha.php
r1781796 r1781808 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.