Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
45c7d959
Commit
45c7d959
authored
Oct 29, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correctly set content type for GUI index page
parent
5ba0ed5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
pveproxy
bin/pveproxy
+2
-1
changelog.Debian
debian/changelog.Debian
+2
-0
No files found.
bin/pveproxy
View file @
45c7d959
...
@@ -246,7 +246,8 @@ _EOJS
...
@@ -246,7 +246,8 @@ _EOJS
</html>
</html>
_EOD
_EOD
my $resp = HTTP::Response->new(200, "OK", undef, $page);
my $headers = HTTP::Headers->new(Content_Type => "text/html; charset=utf-8");
my $resp = HTTP::Response->new(200, "OK", $headers, $page);
return $resp;
return $resp;
}
}
...
...
debian/changelog.Debian
View file @
45c7d959
pve-manager (3.1-23) unstable; urgency=low
pve-manager (3.1-23) unstable; urgency=low
* subscription updates: set UserAgent header on proxy connect request
* subscription updates: set UserAgent header on proxy connect request
* correctly set content type for GUI index page
-- Proxmox Support Team <support@proxmox.com> Tue, 29 Oct 2013 10:20:02 +0100
-- Proxmox Support Team <support@proxmox.com> Tue, 29 Oct 2013 10:20:02 +0100
...
...
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