Hallo.
Ich brauch hilfe bei folgendem php Warning
Warning: Cannot modify header information - headers already sent by (output started at /users/oreo/www/usercp/profil.php:1) in /users/oreo/www/usercp/checkLogin.inc.php on line 4
Code:
PHP
<?session_start();if( !$_SESSION['loggedIn'] ) {header( 'Location:index.php?status=false' );exit();}?>
Danke