projects
/
ga4php.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1e9b1b3
)
nothing in particular, swear word
author
paulr
<me@pjr.cc>
Mon, 6 Dec 2010 07:34:24 +0000 (18:34 +1100)
committer
paulr
<me@pjr.cc>
Mon, 6 Dec 2010 07:34:24 +0000 (18:34 +1100)
authserver/www/user_actions.php
patch
|
blob
|
history
diff --git
a/authserver/www/user_actions.php
b/authserver/www/user_actions.php
index
70e281a
..
8947432
100644
(file)
--- a/
authserver/www/user_actions.php
+++ b/
authserver/www/user_actions.php
@@
-8,10
+8,8
@@
$loggedin = false;
session_start();
if(isset($_SESSION["loggedin"])) if($_SESSION["loggedin"]) {
- error_log("session exists, poof!");
$loggedin = true;
} else {
- error_log("no session");
$loggedin = false;
}