core/api/modules/403/ajax.php

7 lines
81 B
PHP

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