You are here

function ip_manage in IP address manager 6

Same name and namespace in other branches
  1. 7 ip.module \ip_manage()

Page callback for IP address management.

1 string reference to 'ip_manage'
ip_menu in ./ip.module
Implementation of hook_menu().

File

./ip.module, line 75
IP address manager module.

Code

function ip_manage($ip) {
  $out = theme('ip_tracker_ip_records', $ip);
  return $out;
}