mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixed problem of cookie session path
fixed problem of undefined variable conf in upgrade_feed.php fixed problem of undefined index is_the_guest of tab variable user git-svn-id: http://piwigo.org/svn/trunk@1023 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -32,6 +32,7 @@ if (isset($_COOKIE[session_name()]))
|
||||
if (isset($_SESSION['id']))
|
||||
{
|
||||
$user['id'] = $_SESSION['id'];
|
||||
$user['is_the_guest'] = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user