Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
cf387e0b
Commit
cf387e0b
authored
Nov 12, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 12, 2006
Browse files
Send the content-type HTTP header, with UTF-8 as the character encoding.
parent
3073221f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/init.php
View file @
cf387e0b
...
...
@@ -137,6 +137,8 @@ if (!get_config('theme')) {
$CFG
->
themeurl
=
get_config
(
'wwwroot'
)
.
'theme/'
.
get_config
(
'theme'
)
.
'/static/'
;
header
(
'Content-type: text/html; charset=UTF-8'
);
// Only do authentication once we know the page theme, so that the login form
// can have the correct theming.
require
(
'auth/lib.php'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment