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