Changed link from index.php to simplog.php

This commit is contained in:
Jack-Benny Persson 2013-08-18 00:41:36 +02:00
parent 650aa7369d
commit 1587e27780

View File

@ -38,7 +38,7 @@ $total_posts = ceil($total_posts / $posts_per_page);
for ($i=1; $i<=$total_posts; $i++)
{
print "<a href='index.php?page=".$i."'>".$i."</a> ";
print "<a href='simplog.php?page=".$i."'>".$i."</a> ";
}
// Close MySQL link