diff options
author | Camil Staps | 2016-07-26 00:16:17 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-26 00:17:07 +0200 |
commit | 93b405ab9f69538546165c75a301c0c57a5359cf (patch) | |
tree | 7fab746b7fadcd26d012255b7bfad65a5b14ef61 /include/offers.php | |
parent | Update makefile for d9936a9 (diff) |
User authentication mechanism
Diffstat (limited to 'include/offers.php')
-rw-r--r-- | include/offers.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/offers.php b/include/offers.php index 872773d..1aa871a 100644 --- a/include/offers.php +++ b/include/offers.php @@ -18,6 +18,7 @@ */ require_once('./index.php'); +require_once('./login.php'); require('./header.php'); ?> @@ -154,4 +155,4 @@ require('./header.php'); <?php require('./footer.php'); -?>
\ No newline at end of file +?> |