uhwbrutecleanup.php 178 B

12345678910
  1. <?php
  2. /*
  3. * UHW brute attempts cleanup
  4. */
  5. if (ubRouting::get('action') == 'uhwbrutecleanup') {
  6. $uhw = new UHW();
  7. $uhw->flushAllBrute();
  8. die('OK:UHWBRUTECLEANUP');
  9. }