second initial commit
This commit is contained in:
11
admin/con_ip.php
Normal file
11
admin/con_ip.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
header('Content-type: application/json; charset=utf-8');
|
||||
include('connexions.php');
|
||||
$ip = $_GET["ip"];
|
||||
$con_ip = Con_ip($ip);
|
||||
$tab = "";
|
||||
if ($con_ip) {
|
||||
$tab = json_encode($con_ip);
|
||||
}
|
||||
echo $tab;
|
||||
?>
|
||||
Reference in New Issue
Block a user