val2
This commit is contained in:
20
registration.php
Normal file
20
registration.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$key = $_GET("key");
|
||||
$type = $_GET("type");
|
||||
$value = $_GET("value");
|
||||
|
||||
$
|
||||
|
||||
switch( $key ){
|
||||
case "validation":
|
||||
|
||||
break;
|
||||
case "create":
|
||||
|
||||
break;
|
||||
default:
|
||||
echo "false";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user