Files
thetool/application/Init/Init.php
2024-01-23 17:00:20 +01:00

11 lines
264 B
PHP

<?php
/*
* will be called in mfBaseController after initializing Controller, before
* running requested action
*/
/* Get last git merge timestamp */
$last_merge_ts = new mfConfig("git.merge.ts");
$this->layout()->set("git_merge_ts", $last_merge_ts->value());