diff options
Diffstat (limited to '')
-rw-r--r-- | identification.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/identification.php b/identification.php index 88a2a5f96..9c3abd6aa 100644 --- a/identification.php +++ b/identification.php @@ -57,7 +57,7 @@ if ( isset( $_POST['login'] ) ) // Start output of page // $title = $lang['ident_page_title']; -include('include/page_header.php'); +include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames( array('identification'=>'identification.tpl') ); initialize_template(); @@ -95,5 +95,5 @@ if ( $conf['access'] == 'free' ) } //----------------------------------------------------------- html code display $template->pparse('identification'); -include('include/page_tail.php'); +include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> |