Browse Source

Clearly, more testing is required.

Andrea Franceschini 8 năm trước cách đây
mục cha
commit
5335e9989a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;