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

7 lines
81 B
PHP
Executable File

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