Subversion Repositories cheapmusic

Rev

Rev 137 | Rev 143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 138
Line 24... Line 24...
24
if (!empty($_COOKIE['PHPSESSID'])) {
24
if (!empty($_COOKIE['PHPSESSID'])) {
25
    session_id($_COOKIE['PHPSESSID']);
25
    session_id($_COOKIE['PHPSESSID']);
26
}
26
}
27
@session_start();
27
@session_start();
28
 
28
 
29
$_SESSION["nonce"] = "xxxNONCExxx";
-
 
30
$_SESSION["htmlIndent"] = (!empty($systemConf["htmlIndent"]) ? intval($systemConf["htmlIndent"]) : 0);
-
 
31
 
-
 
32
initSessionVariables();
29
initSessionVariables($systemConf);
33
 
30
 
34
wlLog("Start");
31
wlLog("Start");
35
$sent = processWishlist();
32
$sent = processWishlist();
36
wlLog("End (Sent " . $sent . " emails)");
33
wlLog("End (Sent " . $sent . " emails)");
37
exit (0);
34
exit (0);