projects
/
PHPIPManager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
made scan work... think i also have a solution for ipv6 sunetting... its pretty simpl...
[PHPIPManager.git]
/
unittest
/
ip_regex.php
1
<?php
2
3
require_once "../lib/lib.php";
4
5
ip::isValid("2003:1:2:3::1",64);
6
ip::isValid("2003:1:2:3::1",48);
7
ip::isValid("2003:1:2::1",64);
8
9
?>