Skip to content
Snippets Groups Projects
Commit 7f110990 authored by Haidar's avatar Haidar
Browse files

fix: fixing html bug

parent 736fd156
No related merge requests found
......@@ -63,6 +63,12 @@ session_start();
<th>Level</th>
<th>Total Achievement</th>
<th>Total quest</th>
<?php
if (isset($_SESSION['isAdmin']) && $_SESSION['isAdmin'] === '1') {
echo '<th>Edit</th>';
echo '<th>Delete</th>';
}
?>
</tr>
</thead>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment