core/api/modules/403/ajax.php

7 lines
81 B
PHP
Raw Normal View History

2022-12-11 13:55:49 +05:00
<?php
switch(@$_POST['act']) {
case 'default':
break;
default:
}
?>