From dc11391e6ca98f3f927c1d7ec290a04313ae0017 Mon Sep 17 00:00:00 2001 From: Chester Bak Date: Tue, 23 Jul 2024 09:02:26 +0700 Subject: [PATCH] update dashboard with new variable --- web/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/dashboard.php b/web/dashboard.php index 6ca7b99..61f51be 100755 --- a/web/dashboard.php +++ b/web/dashboard.php @@ -4,5 +4,5 @@ $old_path = getcwd(); chdir('/var/www/'); $output = shell_exec('./getcron'); chdir($old_path); - +echo $output; echo nl2br(file_get_contents( "streams.txt" )); \ No newline at end of file