Joywork/time_log.php

3 lines
113 B
PHP
Raw Permalink Normal View History

2026-05-22 20:21:54 +02:00
<?php
file_put_contents($_SERVER['DOCUMENT_ROOT']."/log_time.txt", date('d.m.Y H:i:s')."\n", FILE_APPEND);
?>