forked from halo-battle/game
Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
11
artichow/examples/tutorials/AntiSpam/valid.php
Normal file
11
artichow/examples/tutorials/AntiSpam/valid.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
require_once "../../../AntiSpam.class.php";
|
||||
|
||||
$object = new AntiSpam();
|
||||
|
||||
if($object->check('example', $_GET['code'])) {
|
||||
echo "Good value :-)";
|
||||
} else {
|
||||
echo "Bad value :-(";
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue