1

Update index.php

This commit is contained in:
Evan Pratten 2017-09-10 12:18:31 -04:00 committed by GitHub
parent 52e4fdab87
commit d7882e4adc

View File

@ -62,12 +62,8 @@
<div class="rantlist-bg">
<ul class="rantlist">
<?php
$dir = "./content/*";
foreach(glob($dir) as $file)
{
if(!is_dir($file)) { echo basename($file)."\n";}
}
$url = $file;
$url = './content/test.json';
$content = file_get_contents($url);
$json = json_decode($content, true);
echo '<li class="rant-comment-row-widget" data-id="829770" data-type="rant"><div class="rantlist-title-text">';