7 lines
81 B
PHP
7 lines
81 B
PHP
|
<?php
|
||
|
switch(@$_POST['act']) {
|
||
|
case 'default':
|
||
|
break;
|
||
|
default:
|
||
|
}
|
||
|
?>
|