4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: thunderstrike on December 29, 2007, 06:37:03 PM

Title: [FIX] - includes/sessions.php file
Post by: thunderstrike on December 29, 2007, 06:37:03 PM
Is problem with cookie create (is possible for create problem for user login if no add fix).

In includes/sessions.php file,

find:

Code: [Select]
function set_cookie_data($name, $value, $permanent = 1) {

add after:

Code: [Select]
global $HTTP_COOKIE_VARS;