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