<code>if (strpos($_SERVER["REQUEST_URI"], "/CHA")===0 ) { $end = strpos($_SERVER["REQUEST_URI"], "/", 1); $channel = substr($_SERVER["REQUEST_URI"], 1, $end-1); $channelConfig = pc_base::load_config('channel'); if ( !empty($channel) && isset($channelConfig[$channel]) ) { setcookie("channel", $channel, time()+7*86400, "/"); } } </code>
Ich verstehe die Bedeutung dieses Codes in index.php in phpcms, weiß aber nicht, was er bedeutet. Ist er in phpcms im Allgemeinen so?
<code>if (strpos($_SERVER["REQUEST_URI"], "/CHA")===0 ) { $end = strpos($_SERVER["REQUEST_URI"], "/", 1); $channel = substr($_SERVER["REQUEST_URI"], 1, $end-1); $channelConfig = pc_base::load_config('channel'); if ( !empty($channel) && isset($channelConfig[$channel]) ) { setcookie("channel", $channel, time()+7*86400, "/"); } } </code>
Ich verstehe die Bedeutung dieses Codes in index.php in phpcms, weiß aber nicht, was er bedeutet. Ist er in phpcms im Allgemeinen so?