update dashboard with new variable

This commit is contained in:
Chester Bak 2024-07-23 09:02:26 +07:00
parent e2bf69f8fe
commit dc11391e6c

View File

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