Преглед изворни кода

Clearly, more testing is required.

Andrea Franceschini пре 8 година
родитељ
комит
15646399aa
1 измењених фајлова са 0 додато и 1 уклоњено
  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);