initial commit
This commit is contained in:
8
website_data/html/get_access_log.php
Normal file
8
website_data/html/get_access_log.php
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<?php
|
||||
|
||||
$date_today = date("Ymd");
|
||||
echo "<pre>".shell_exec("tail -20 /home/zutritt/Documents/sarah/logs/".$date_today."_entrance_log.csv")."</pre>";
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user