Quellcode durchsuchen

去掉钩子文件

chenbo vor 4 Jahren
Ursprung
Commit
560efd0b0f
1 geänderte Dateien mit 0 neuen und 17 gelöschten Zeilen
  1. 0 17
      commands/git/update.php

+ 0 - 17
commands/git/update.php

@@ -1,17 +0,0 @@
-<?php
-/**
- * Created by PhpStorm.
- * User: zhima
- * Date: 2019/1/25
- * Time: 上午9:54
- */
-
-
-
-
-$command = "cd /home/wwwroot/default/lexus_press/dist;git pull";
-
-
-exec($command,$data);
-
-print_r($data);