Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /srv/disk7/1675454/www/abcd1234.eu.pn/private.php:1) in /srv/disk7/1675454/www/abcd1234.eu.pn/private.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /srv/disk7/1675454/www/abcd1234.eu.pn/private.php:1) in /srv/disk7/1675454/www/abcd1234.eu.pn/private.php on line 4
<?php
//User-name: r00t //
//Pass: t00r //
session_start();
ob_start();
error_reporting(0);
@set_time_limit(0);
@ini_set('max_execution_time',0);
@ini_set('output_buffering',0);
?>
Any idea why there is an error on line 4 and how to fix it? I do not know why there is an error, the syntax seems to be correct.