12 lines
98 B
PHP
Executable File
12 lines
98 B
PHP
Executable File
<?php
|
|
|
|
|
|
switch(@$_POST['act']) {
|
|
|
|
case 'save_settings':
|
|
|
|
break;
|
|
|
|
default:
|
|
}
|
|
?>
|