diff --git a/include/form_login.php b/include/form_login.php index 0afa3f7..69ecd6d 100644 --- a/include/form_login.php +++ b/include/form_login.php @@ -6,7 +6,7 @@ require_once(BASE."include/util.php"); /**************/ echo "
\n"; echo '
',"\n"; -echo html_frame_start("Login to Application DB","400","",0); +echo html_frame_start("Login to OS DB","400","",0); /* Pass on the URL we should return to after log-in */ global $aClean; echo ''; diff --git a/include/form_new.php b/include/form_new.php index da6989f..8c6a7cc 100644 --- a/include/form_new.php +++ b/include/form_new.php @@ -7,7 +7,7 @@ require_once(BASE."include/util.php"); echo "
\n"; echo '',"\n"; -echo html_frame_start("Create New Application DB Account","400","",0) +echo html_frame_start("Create New OS DB Account","400","",0) ?>