Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<td><?php echo $id; ?></td>
<td><a href="<?php echo $permalink; ?>"><?php echo substr($title, 0, 50); ?></a></td>
<td><?php echo $time; ?></td>
<td><?php echo "<h3><a href='$permalink'>view post</a></h3><p>"; ?></td>
<td><a href="edit.php?id=<?php echo $id; ?>">Edit</a> | <a href="del.php?id=<?php echo $id; ?>"
onclick="return confirm('Are you sure you want to delete this post?')">Delete</a>
</td>
Expand Down