diff options
Diffstat (limited to 'include/contacts.php')
-rw-r--r-- | include/contacts.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/contacts.php b/include/contacts.php index 787bd9a..4b35603 100644 --- a/include/contacts.php +++ b/include/contacts.php @@ -18,6 +18,7 @@ */ require_once('./index.php'); +require_once('./login.php'); require('./header.php'); ?> @@ -95,4 +96,4 @@ require('./header.php'); <?php require('./footer.php'); -?>
\ No newline at end of file +?> |