diff options
Diffstat (limited to 'include/about.php')
-rw-r--r-- | include/about.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/about.php b/include/about.php index bc93e14..554a80f 100644 --- a/include/about.php +++ b/include/about.php @@ -18,6 +18,7 @@ */ require_once('./index.php'); +require_once('./login.php'); require('./header.php'); ?> @@ -104,4 +105,4 @@ info@camilstaps.nl</pre> <!-- /#wrapper --> <?php require('./footer.php'); -?>
\ No newline at end of file +?> |