From 16ca71e3992fe7df7db258db7e36347a3755b63a Mon Sep 17 00:00:00 2001 From: leosw Date: Sat, 30 Aug 2025 12:39:24 +0200 Subject: [PATCH] debug --- controllers/d.admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/d.admin.php b/controllers/d.admin.php index 4fd9231..82fb164 100755 --- a/controllers/d.admin.php +++ b/controllers/d.admin.php @@ -128,7 +128,7 @@ if(isset($controller->splitted_url[1]) && $user->rankIsHigher("moderator")) { $command = '/bin/bash -c \'(zcat '.implode(' ', $files).' && cat /var/log/nginx/kabano.org-access.log.1) | goaccess --log-format=COMBINED --no-progress -o '.escapeshellarg($report).'\' 2>&1'; $output = shell_exec($command); -echo shell_exec('env'); +echo shell_exec('echo $PATH'); include ($config['views_folder']."d.admin.stats.html"); }