Skip to content
Snippets Groups Projects

feat: Added metadata expiration page

Merged Pavel Břoušek requested to merge github/fork/BaranekD/metadata_expiration into master
2 files
+ 80
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
<?php
declare(strict_types=1);
/**
* This template just shows a time to metadata expiration.
*
* It can be used to check whether the meta refresh works without problems.
*/
echo $this->data['closestExpiration'];
Loading