Update Whitespace
on line 1 there was a white space what could cause a "PHP Warning: Cannot modify header information - headers already sent by..." error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?PHP
|
||||
<?PHP
|
||||
require_once('dbconfig.php');
|
||||
|
||||
function set_language($language) {
|
||||
@@ -216,4 +216,4 @@ if (isset($mysqlcon) && ($config = $mysqlcon->query("SELECT * FROM `$dbname`.`co
|
||||
} elseif(!isset($_GET["lang"])) {
|
||||
$lang = set_language("en");
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user