Browse Source

Clearly, more testing is required.

Andrea Franceschini 8 years ago
parent
commit
5335e9989a
1 changed files with 2 additions and 0 deletions
  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;