Maintenance for a few modules (#42)

This commit is contained in:
WM
2018-08-27 02:32:32 +02:00
committed by Sebastian Kinne
parent 13b3c40d76
commit a5d7d19cd5
161 changed files with 16954 additions and 10056 deletions

View File

@@ -4,5 +4,3 @@ $MYDATA=exec("head -n 1 /proc/stat");
$MYDATE=exec("date");
echo $MYDATE."\n".$MYDATA."\n";
?>