<?php


include 'db.php';
include 'error.php';
include 'auth.php';

include 'header.php';

?>

<span class="Head0">Welcome to the Old Roffensian Society Admin Section</span><p>
<span class="Head1">Events</span><br>
<a href="event_list.php">List All Events</a><br>
<a href="event_add.php">Add Event</a><p>
<span class="Head1">Background Articles</span><br>
<a href="background_list.php">List All Articles</a>
<?php


include 'footer.php'

?>
