diff --git a/creds.php b/creds.php index d190fa1..8acb774 100644 --- a/creds.php +++ b/creds.php @@ -3,4 +3,7 @@ define("__MYSQL_USERNAME__", "crep"); define("__MYSQL_PASSWORD__", "lescrepcestcool"); define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net"); define("__MYSQL_DATABASE__", "crep"); +mb_internal_encoding('UTF-8'); +mb_http_output('UTF-8'); +mb_http_input('UTF-8'); ?> diff --git a/news.php b/news.php index 3565f20..88366b2 100644 --- a/news.php +++ b/news.php @@ -1,4 +1,5 @@ News "; if(isset($_SESSION["admin"])&&$_SESSION["admin"]) -- libgit2 0.21.2