filter.ajax.php 를 ajax.filter.php 로 이름 변경

This commit is contained in:
gnuboard
2013-06-11 10:07:31 +09:00
parent 797ec39c1f
commit 46e01f8539
9 changed files with 8 additions and 10 deletions

View File

@ -1,8 +1,6 @@
<?php
include_once('./_common.php');
header("Content-Type: text/html; charset=utf-8");
$subject = strtolower($_POST['subject']);
$content = strtolower(strip_tags($_POST['content']));