Releases: mch-sg/nivelo-web
Releases · mch-sg/nivelo-web
s-system.impl1.3.1
What's new
- Changed chat_room.php to subdirectory chat, herein
nivelo.eu/chat_room_s/room
to added subdomainchat.nivelo.eu/room
- Rewrote cookies from
.htaccess
:php_value session.cookie_domain .nivelo.eu
- Rewrote domain root to new subdirectory chat:
RewriteRule ^room/(.*)$ ?room=$1 [NC,L]
Supported versions
- Windows 7, 9, 10, 11
- macOS:
1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89, 1.1.90, 1.1.91, 1.1.92
ㅤ
Full Changelog: https://github.com/mch-sg/nivelo-web/commits/
s-system.impl1.3.0
What's new
- Fixed issue, where profile weren't submitting
<form class='form' action='/db/submit/profile_submit.php' method='POST' style='background-color: var(--b);border: none;width: 450px;'>
- Added CONTRIBUTING.md
- Added security measure
htmlspecialchars
andmysqli_real_escape_string
for preventing XSS attacks. - Improved
s-system
security - Reorganized submit files
Supported versions
- Windows 7, 9, 10, 11
- macOS:
1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89, 1.1.90, 1.1.91, 1.1.92
ㅤ
Full Changelog: https://github.com/mch-sg/nivelo-web/commits/s-system.impl1.3.0