Move session_start in overboard.php else warning in bsd

This commit is contained in:
Retro_Guy 2021-06-22 06:56:13 +00:00
parent f3a24b6c96
commit e1ff96926a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php
session_start();
/* rocksolid overboard - overboard for rslight
* Download: https://news.novabbs.com/getrslight
*
@ -22,7 +23,6 @@
?>
<?php
session_start();
include "config.inc.php";
include "auth.inc";
include "$file_newsportal";