ソースを参照

Clearly, more testing is required.

Andrea Franceschini 8 年 前
コミット
5335e9989a
1 ファイル変更2 行追加0 行削除
  1. 2 0
      pages/api/git-update.php

+ 2 - 0
pages/api/git-update.php

@@ -1,5 +1,7 @@
 <?php
 
+print_r($_SERVER['REQUEST_METHOD']); die;
+
 if($_SERVER['REQUEST_METHOD'] != 'POST') {
 	include error(403);
 	die;