Refactor PHP init code.

This commit is contained in:
Lars Jung 2014-09-20 22:55:59 +02:00
parent b94530b93d
commit f1c87b4230

View file

@ -19,11 +19,6 @@ class Bootstrap {
public static function setup() {
if (defined("NAME")) {
return;
}
// MISC
putenv("LANG=en_US.UTF-8");
setlocale(LC_CTYPE, "en_US.UTF-8");