summaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
authorbfabiszewski <github@ushuaia.pl>2013-07-25 23:34:13 +0200
committerbfabiszewski <github@ushuaia.pl>2013-07-25 23:34:13 +0200
commitbc0aac55c50260ae1dc26effc6323f37c6acc096 (patch)
treef5e1c23abffbf85bd662a9850cadd3e68c13101a /auth.php
parent07e9dca31309e301c7fa649e7c106fb5e6ca3099 (diff)
downloadRunnerUpLive-bc0aac55c50260ae1dc26effc6323f37c6acc096.zip
display comments in popups
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 */