forked from server/landingpage
Revert "Set charset in database connection setup"
This reverts commit c338bd1b0753320c778b5e4501446795ce5d0fdb.
This commit is contained in:
parent
1d4f98ccdb
commit
96f2e7f5a6
@ -5,7 +5,5 @@ if ($mysqli->connect_errno){
|
|||||||
echo "Errno: " . $mysqli->connect_errno . "\n";
|
echo "Errno: " . $mysqli->connect_errno . "\n";
|
||||||
echo "Error: " . $mysqli->connect_error . "\n";
|
echo "Error: " . $mysqli->connect_error . "\n";
|
||||||
exit;
|
exit;
|
||||||
} else {
|
|
||||||
$mysqli->set_charset("iso-8859-1");
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user