From c9d7be12a42dc50c2628fb19f9a1dfd43b854bdf Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 4 Sep 2014 05:39:26 +0100 Subject: [PATCH] 2010/02/02 03:06:10 +0000 claunia: Changed login and register application strings --- include/form_login.php | 2 +- include/form_new.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) ?>