summaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'auth.php')
-rwxr-xr-xauth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.php b/auth.php
index c7d881b..c3ac8c5 100755
--- a/auth.php
+++ b/auth.php
@@ -29,6 +29,7 @@ if ($mysqli->connect_errno) {
printf("Connect failed: %s\n", $mysqli->connect_error);
exit();
}
+$mysqli->set_charset("utf8");
$auth = NULL;
if ($require_authentication) {
/* authentication */