v 1.4.3
This commit is contained in:
parent
d18bdca892
commit
59d5e1a33e
|
@ -5,7 +5,7 @@ require_once __DIR__ . "/cacheutils.class.php";
|
||||||
$cacheutils = new CacheUtils('adminlist');
|
$cacheutils = new CacheUtils('adminlist');
|
||||||
|
|
||||||
if($cacheutils->isExpired()) {
|
if($cacheutils->isExpired()) {
|
||||||
$cacheutils->setValue([getAdminList(), date('d-m-Y H:i:s')], 30);
|
$cacheutils->setValue([getAdminList(), date('d-m-Y H:i:s')], 120);
|
||||||
}
|
}
|
||||||
|
|
||||||
$adminlist = $cacheutils->getValue();
|
$adminlist = $cacheutils->getValue();
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
|
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.2 — © <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
|
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.3 — © <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -89,7 +89,7 @@ function showError($title, $text) { ?>
|
||||||
<?php echo $text; ?>
|
<?php echo $text; ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
© <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.2 | MIT License
|
© <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.3 | MIT License
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue