1

Update index.php

This commit is contained in:
Evan Pratten 2017-09-10 12:16:13 -04:00 committed by GitHub
parent 62233e932b
commit 52e4fdab87

View File

@ -62,7 +62,12 @@
<div class="rantlist-bg">
<ul class="rantlist">
<?php
$url = './content/test.json';
$dir = "./content/*";
foreach(glob($dir) as $file)
{
if(!is_dir($file)) { echo basename($file)."\n";}
}
$url = $file;
$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">';