Explorar el Código

Clearly, more testing is required.

Andrea Franceschini hace 8 años
padre
commit
15646399aa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pages/api/git-update.php

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

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