We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4947d commit 0ef0087Copy full SHA for 0ef0087
install/install.php
@@ -1,5 +1,6 @@
1
<?php
2
set_time_limit(0);
3
+header("Content-Type: text/html; charset=utf-8");
4
5
/**
6
* @file install.php contains the Installer class
0 commit comments