lots of formatting, bug fixes on profile updates, i18n
This commit is contained in:
4
boot.php
4
boot.php
@@ -359,8 +359,8 @@ function local_user() {
|
||||
|
||||
if(! function_exists('remote_user')) {
|
||||
function remote_user() {
|
||||
if((x($_SESSION,'authenticated')) && (x($_SESSION,'cid')))
|
||||
return $_SESSION['cid'];
|
||||
if((x($_SESSION,'authenticated')) && (x($_SESSION,'visitor_id')))
|
||||
return $_SESSION['visitor_id'];
|
||||
return false;
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user