diff options
author | bfabiszewski <github@ushuaia.pl> | 2013-07-25 23:34:13 +0200 |
---|---|---|
committer | bfabiszewski <github@ushuaia.pl> | 2013-07-25 23:34:13 +0200 |
commit | bc0aac55c50260ae1dc26effc6323f37c6acc096 (patch) | |
tree | f5e1c23abffbf85bd662a9850cadd3e68c13101a /auth.php | |
parent | 07e9dca31309e301c7fa649e7c106fb5e6ca3099 (diff) | |
download | RunnerUpLive-bc0aac55c50260ae1dc26effc6323f37c6acc096.zip |
display comments in popups
Diffstat (limited to 'auth.php')
-rwxr-xr-x | auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |