1
0
www.mikescher.com/www/commands/extendedgitgraph_refresh.php

13 lines
341 B
PHP
Raw Normal View History

2018-01-27 00:28:32 +01:00
<?php
2020-01-16 13:21:14 +01:00
require_once (__DIR__ . '/../internals/website.php');
2018-01-27 00:28:32 +01:00
2020-01-16 13:21:14 +01:00
/** @var PageFrameOptions $FRAME_OPTIONS */ global $FRAME_OPTIONS;
/** @var URLRoute $ROUTE */ global $ROUTE;
/** @var Website $SITE */ global $SITE;
2018-01-27 00:28:32 +01:00
set_time_limit(900); // 15min
2020-01-16 13:21:14 +01:00
$SITE->modules->ExtendedGitGraph()->update();
$SITE->modules->ExtendedGitGraph()->updateCache();
2018-01-27 00:28:32 +01:00