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

@ -173,7 +173,7 @@ function fwrite_submit(f)
var subject = "";
var content = "";
$.ajax({
url: g4_bbs_url+"/filter.ajax.php",
url: g4_bbs_url+"/ajax.filter.php",
type: "POST",
data: {
"subject": f.wr_subject.value,