I guess it works now?

This commit is contained in:
Robert Miles 2018-06-27 22:17:31 -04:00
parent 7ad8bae237
commit 3ed39e6025
1 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@
echo "</a>"; echo "</a>";
} }
echo "</h3>\n\t<ul>\n"; echo "</h3>\n\t<ul>\n";
// foreach(glob("./arc{$i}/bump*.yml") as $bumpyml) { foreach(glob("./arc{$i}/bump*.yml") as $bumpyml) {
// $num = substr(basename($bumpyml,".yml"),4); $num = substr(basename($bumpyml,".yml"),4);
// echo "\t\t<li><a href='index.php?arc={$arc_san}&bump={$num}'>Bump {$num}</a></li>\n"; echo "\t\t<li><a href='index.php?arc={$arc_san}&bump={$num}'>Bump {$num}</a></li>\n";
// } }
echo "\t</ul>\n"; echo "\t</ul>\n";
} }
?> ?>