浏览代码

Editing the autoupdater thingie

Andrea Franceschini 8 年之前
父节点
当前提交
a676ee5538
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pages/api/git-update.php

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

@@ -1,5 +1,7 @@
 <?php
 
+die;
+
 $data = json_decode(file_get_contents('php://input'));
 $secret = $data->secret;