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:
4
test/cache/index.php
vendored
4
test/cache/index.php
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user