summary refs log tree commit diff stats
path: root/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions.php')
-rwxr-xr-xincludes/functions.php4
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)
63function echoLogData() 63function 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