revert dashboard changes in favor of crontab entry
This commit is contained in:
parent
dc11391e6c
commit
90d2421c03
@ -1,8 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once 'header.php';
|
include_once 'header.php';
|
||||||
$old_path = getcwd();
|
|
||||||
chdir('/var/www/');
|
|
||||||
$output = shell_exec('./getcron');
|
|
||||||
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