D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/www/html/hpsc/../antarctic-drupal-7.89/modules/tracker/../toolbar/../locale/../../modules/user/tests/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/www/html/hpsc/../antarctic-drupal-7.89/modules/tracker/../toolbar/../locale/../../modules/user/tests/user_flood_test.module
<?php

/**
 * @file
 * Dummy module implementing hook_user_flood_control.
 */

/**
 * Implements hook_user_flood_control().
 */
function user_flood_test_user_flood_control($ip, $username = FALSE) {
  if (!empty($username)) {
    watchdog('user_flood_test', 'hook_user_flood_control was passed username %username and IP %ip.', array('%username' => $username, '%ip' => $ip));
  }
  else {
    watchdog('user_flood_test', 'hook_user_flood_control was passed IP %ip.', array('%ip' => $ip));
  }
}

AnonSec - 2021 | Recode By D7net