base
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$id = $_GET['id'];
|
||||
$pw = $_GET['pw'];
|
||||
$msg = $_GET['msg'];
|
||||
|
||||
echo $id."<br>".$pw."<br>".$msg;
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user