|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-16 04:51 UTC] goba@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 13:00:01 2026 UTC |
I don't know if this is public yet, just spotted the file exists in php-mirrors list. When trying to set default language: Warning: Cannot add header information - headers already sent by (output started at /home/toni/www/fi.php.net/include/layout.inc:204) in /home/toni/www/fi.php.net/my.php on line 12 commonHeader("My PHP.net") is now sent before setcookie(), maybe move commonHeader() after all cookie stuff.