Merged d00ps and my branch, renamed SysCP -> Froxlor in installer
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
header("Cache-Control: no-cache, must-revalidate");
|
||||
header("Pragma: no-cache");
|
||||
header("Content-type: text/html; charset=ISO-8859-1");
|
||||
header("Content-type: text/html; charset=utf-8");
|
||||
|
||||
// ensure that default timezone is set
|
||||
if(function_exists("date_default_timezone_set") && function_exists("date_default_timezone_get"))
|
||||
@@ -373,4 +373,4 @@ if($page == '')
|
||||
$mail = new PHPMailer();
|
||||
$mail->From = $settings['panel']['adminmail'];
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user