1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-02-23 15:35:42 -05:00

Update files

This commit is contained in:
Stian
2026-01-21 14:18:45 +01:00
parent 26a33a0604
commit 4ae77fa08e

View File

@@ -15,9 +15,7 @@
</form>
<?php
// outputs e.g. somefile.txt was last modified: December 29 2002 22:16:23.
echo "Image last modified: " . date ("F d Y H:i:s.", filemtime('vivaldi.jpg'));
echo "Image last modified: " . date (DATE_RFC850, filemtime('vivaldi.jpg'));
?>
</body>