Commit 620332a
Fix multiple issues (hestiacp#1899)
* Update top_js.html
Fix: "Warning: The type attribute for the script element is not needed and should be omitted."
* Update end_js.html
Fix: "Warning: The type attribute for the script element is not needed and should be omitted."
* Update css.html
Fix: "Warning: The type attribute for the link element is not needed and should be omitted."
* Update main.php
Fix php style
* Update main.php
* Update main.php
* Update policies.php
* Update policies.php
* Update secure_login.php
* Update query-3.6.0.min.js
* Update top_js.html
* Update footer.html
* Update header.html
* Update header.html
* Update index.php
Fix php style
* Update main.php
Fix php style and optimize code
* Update index.php
Fix php style and optimize code
* Update index.php
* Update css.html
Fix load custom theme
* Update hotkeys.html
Optimize code, fix error
* Update hotkeys.html
fix }
* Update index.php
* Fix XSS issue with list rrd
* Fix XSS issue on search page
* Fix XSS issue on login page
- Remove hidden user field
- htmlspecialchars username
- Delete old session when generate new session.
* XSS issue with $_GET['user']
* Update changelog + improve regenerate session code
* Allow static files to be cached
Change release branch or enable debug mode to disable the caching
* Force redirect user to login
* Improve error message
Replace "Message" sub.domain.com allready exsists with rv-add-web-domain idn lalal.xxx.nu
Error: xxx.nu belongs to a different user
* Fix issues with login screen
* Update changelog
Co-authored-by: s0t <s0t@users.noreply.github.com>1 parent 8c5bc4c commit 620332a
File tree
22 files changed
+427
-843
lines changed- func
- web
- delete/web
- inc
- jquery
- list/rrd
- login
- logout
- templates
- includes
- pages
- login
22 files changed
+427
-843
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
928 | 932 | | |
929 | 933 | | |
930 | | - | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
931 | 939 | | |
932 | 940 | | |
933 | 941 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
0 commit comments