mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-30 13:41:58 +01:00
5 lines
53 B
PHP
5 lines
53 B
PHP
<?php
|
|
$timestamp = time();
|
|
echo $timestamp;
|
|
?>
|