1

Update index.php

This commit is contained in:
Evan Pratten 2017-09-12 20:25:06 -04:00 committed by GitHub
parent 86369b1c2f
commit 439d08859c

View File

@ -98,7 +98,7 @@
<div class="rantlist-bg"> <div class="rantlist-bg">
<ul class="rantlist"> <ul class="rantlist">
<?php <!--
function getContent() { function getContent() {
//Thanks to https://davidwalsh.name/php-cache-function for cache idea //Thanks to https://davidwalsh.name/php-cache-function for cache idea
$file = "./feed-cache.txt"; $file = "./feed-cache.txt";
@ -152,7 +152,7 @@
return $html; return $html;
} }
print getContent(); print getContent();
?> -->
<?php <?php