diff options
Diffstat (limited to 'includes/functions.php')
| -rwxr-xr-x | includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/includes/functions.php b/includes/functions.php index c377c29..e7b7537 100755 --- a/includes/functions.php +++ b/includes/functions.php | |||
| @@ -63,9 +63,9 @@ function generateError($error) | |||
| 63 | function echoLogData() | 63 | function echoLogData() |
| 64 | { | 64 | { |
| 65 | if (!isLoggedIn()) { | 65 | if (!isLoggedIn()) { |
| 66 | return('Login'); | 66 | return('in'); |
| 67 | } else { | 67 | } else { |
| 68 | return('Logout'); | 68 | return('out'); |
| 69 | } | 69 | } |
| 70 | } | 70 | } |
| 71 | 71 | ||
