brettrijnders / pbsviewer

This program ‘PBSViewer’ also known as Punkbuster (pb) Screenshot Viewer will download punkbuster screens from your gameserver to your webserver.
http://www.brettrijnders.nl/work/php/pb-screenshot-viewer/
4 stars 1 forks source link

Fix warning about session_regenerate_id() #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The warning message is about regenerating session id, it cannot regenerate 
session id, because headers were already sent. This warning comes from 
function.inc.php, search for 'session_regenerate_id()'.

Original issue reported on code.google.com by brettrijnders on 31 Aug 2010 at 8:43

GoogleCodeExporter commented 9 years ago
note that I mean 'functions.inc.php' instead of 'function.inc.php'

Original comment by brettrijnders on 31 Aug 2010 at 8:44

GoogleCodeExporter commented 9 years ago
Fixed: now it first checks if headers were already sent

Original comment by brettrijnders on 24 Apr 2011 at 9:54