Skip to content

Commit 0ef0087

Browse files
committed
setzt UTF8 und den Ausgabetyp
1 parent da4947d commit 0ef0087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
set_time_limit(0);
3+
header("Content-Type: text/html; charset=utf-8");
34

45
/**
56
* @file install.php contains the Installer class

0 commit comments

Comments
 (0)