Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
cf387e0b
Commit
cf387e0b
authored
Nov 12, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Send the content-type HTTP header, with UTF-8 as the character encoding.
parent
3073221f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
htdocs/init.php
htdocs/init.php
+2
-0
No files found.
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
Markdown
is supported
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