From 5abef202bdbad614ddd131386b8f1eeba68c6a60 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 17:11:11 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Process/Php7.php b/Process/Php7.php index 80ed60bb..6c58e8d6 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -59,6 +59,10 @@ class Pman_Core_Process_Php7 extends Pman continue; } + if($d == 'Php7.php'){ + continue; + } + // require_once implode('/', $route) . "/" . $d; try { -- 2.39.2