Update index.php
This commit is contained in:
parent
52e4fdab87
commit
d7882e4adc
@ -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">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user