mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 04:39:56 +03:00
line (error_log('...')) not wanted: debug
git-svn-id: http://piwigo.org/svn/trunk@1527 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5ae82cf8d4
commit
e37424d1c1
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@ SELECT auto_login_key
|
|||
$auto_login_key = current(mysql_fetch_assoc(pwg_query($query)));
|
||||
if ($auto_login_key == $cookie['key'])
|
||||
{
|
||||
error_log("ici\n", 3, '/tmp/cookie');
|
||||
log_user($cookie['id'], false);
|
||||
redirect(make_index_url());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue