1 |
snetram |
1.1 |
--- e-smith-manager-2.0.0/root/etc/e-smith/web/common/cgi-bin/login.bug5022 2008-10-07 19:36:15.000000000 +0200 |
2 |
|
|
+++ e-smith-manager-2.0.0/root/etc/e-smith/web/common/cgi-bin/login 2009-03-02 19:08:48.000000000 +0100 |
3 |
|
|
@@ -148,7 +148,7 @@ |
4 |
|
|
# If no $back, just set the auth cookie and hope for the best |
5 |
|
|
if (! $back) { |
6 |
|
|
print $q->header( -cookie => $cookie ); |
7 |
|
|
- print $q->start_html, $q->p(Login successful), $q->end_html; |
8 |
|
|
+ print $q->start_html, $q->p("Login successful"), $q->end_html; |
9 |
|
|
return 0; |
10 |
|
|
} |
11 |
|
|
|