2025-06-16 18:28:08 +05:00

12 lines
98 B
PHP
Executable File

<?php
switch(@$_POST['act']) {
case 'save_settings':
break;
default:
}
?>