2021-11-17 22:33:58 +01:00
|
|
|
<?php
|
2023-07-04 17:06:20 +02:00
|
|
|
$last_rev = exec('git log -1 --pretty=format:"%H" '.$this_file);
|
|
|
|
$mtime = exec('LANG="fr_FR.UTF-8" git log -1 --pretty="format:%cr" '.$this_file);
|
2021-11-17 22:33:58 +01:00
|
|
|
?>
|
2023-07-04 17:06:20 +02:00
|
|
|
<p style="text-align:right;">Dernière mise à jour <a href="https://git.gnous.fr/gnous/main_website/commit/<?php echo $last_rev;?>" target="_blank"><?php echo $mtime; ?></a></p>
|