소스 검색

Added primitive ajax.php for testing

Foppe Hemminga 6 년 전
부모
커밋
25702bed51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ajax.php

+ 1 - 1
ajax.php

@@ -20,7 +20,7 @@ function is_ajax()
 
 function test_function()
 {
-	$return = $_POST;
+	$return = $_GET;
 
 	//Do what you need to do with the info. The following are some examples.
 	//if ($return["favorite_beverage"] == ""){