core/api/modules/blog_edit/ajax.php

12 lines
98 B
PHP

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