Added Error

This commit is contained in:
int2001
2024-03-23 06:30:30 +00:00
parent 0d6d6d6eaa
commit 936a44fa98

View File

@@ -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');