projects
/
ga4php.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
39d98e8
)
changed error printing on pages
author
paulr
<me@pjr.cc>
Mon, 6 Dec 2010 16:07:34 +0000 (
03:07
+1100)
committer
paulr
<me@pjr.cc>
Mon, 6 Dec 2010 16:07:34 +0000 (
03:07
+1100)
authserver/www/index.php
patch
|
blob
|
history
diff --git
a/authserver/www/index.php
b/authserver/www/index.php
index
bcd1fb4
..
dce9260
100644
(file)
--- a/
authserver/www/index.php
+++ b/
authserver/www/index.php
@@
-73,7
+73,10
@@
If you are ready to proceed, click <a href="index.php?gettoken&username=<?php ec
<h1>Welcome to the GAAS User Site</h1>
<?php
if(isset($_REQUEST["message"])) {
- echo "<font color=\"red\"><i>Login Failure</i></font>";
+ echo "<font color=\"green\">".$_REQUEST["message"]."</font>";
+}
+if(isset($_REQUEST["error"])) {
+ echo "<font color=\"red\">".$_REQUEST["error"]."</font>";
}
if(!$loggedin) {