12 lines
108 B
PHP
12 lines
108 B
PHP
<?php
|
|
switch($_POST['act']){
|
|
case "init":
|
|
|
|
|
|
|
|
break;
|
|
default:
|
|
break;
|
|
|
|
}
|