From 936a44fa984edc7cf35af17fb70ed5e5f845b8f0 Mon Sep 17 00:00:00 2001 From: int2001 Date: Sat, 23 Mar 2024 06:30:30 +0000 Subject: [PATCH] Added Error --- application/controllers/Debug.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Debug.php b/application/controllers/Debug.php index 58b3f6fa3..f36a9864b 100644 --- a/application/controllers/Debug.php +++ b/application/controllers/Debug.php @@ -160,6 +160,7 @@ class Debug extends CI_Controller $st=exec('git stash pop'); $st=exec('rm '.realpath(APPPATH.'../').'/.maintenance'); } catch (\Throwable $th) { + log_message("Error","Error at selfupdating"); } } redirect('debug');