|
|
@@ -40,8 +40,8 @@ $stats = true;
|
|
|
$tok = new token;
|
|
|
$act = new action;
|
|
|
|
|
|
-if($tok->isListed($_SERVER['REMOTE_ADDR'])) {
|
|
|
- http_response_code(404);
|
|
|
+if($act->isListed($_SERVER['REMOTE_ADDR'])) {
|
|
|
+ http_response_code(403);
|
|
|
exit;
|
|
|
}
|
|
|
print_r($_SERVER['REMOTE_ADDR']);
|