website functions expanded

This commit is contained in:
moo
2022-06-21 13:31:03 +02:00
parent f07d2f75c0
commit 80903d71f8
4 changed files with 55 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<?php
$date_today = date("Ymd");
echo "<pre>".shell_exec("tail -20 /home/zutritt/Documents/sarah/logs/".$date_today."_entrance_log.csv")."</pre>";
echo "<pre>".shell_exec("tail -200 /home/zutritt/Documents/sarah/logs/".$date_today."_entrance_log.csv")."</pre>";
?>