update dashboard with new variable
This commit is contained in:
parent
e2bf69f8fe
commit
dc11391e6c
@ -4,5 +4,5 @@ $old_path = getcwd();
|
|||||||
chdir('/var/www/');
|
chdir('/var/www/');
|
||||||
$output = shell_exec('./getcron');
|
$output = shell_exec('./getcron');
|
||||||
chdir($old_path);
|
chdir($old_path);
|
||||||
|
echo $output;
|
||||||
echo nl2br(file_get_contents( "streams.txt" ));
|
echo nl2br(file_get_contents( "streams.txt" ));
|
||||||
Loading…
Reference in New Issue
Block a user