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

11 lines
90 B
PHP
Executable File

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