Explorar el Código

Clearly, more testing is required.

Andrea Franceschini hace 8 años
padre
commit
5335e9989a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;