Browse Source

Clearly, more testing is required.

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