Removed content-type

This commit is contained in:
laf
2016-02-17 13:31:28 +00:00
parent 1a905f2a1a
commit 371f561b9e

View File

@@ -29,7 +29,6 @@ if (!$_SESSION['authenticated']) {
if (preg_match('/^[a-zA-Z0-9\-]+$/', $_POST['type']) == 1) {
if (file_exists('includes/forms/'.$_POST['type'].'.inc.php')) {
header('Content-type: application/json');
include_once 'includes/forms/'.$_POST['type'].'.inc.php';
}
}