mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging req on undefined req.hostname, added exceptions to qmining auth, login screen autofocus input
This commit is contained in:
@@ -16,6 +16,8 @@ module.exports = function (options) {
|
||||
hostname = req.hostname.replace('www.', '').split('.')[0]
|
||||
} else {
|
||||
logger.Log('Hostname is undefined!', logger.GetColor('redbg'))
|
||||
console.log(req.body)
|
||||
console.log(req.query)
|
||||
}
|
||||
|
||||
// fixme: regexp includes checking
|
||||
|
Submodule modules/qmining/qmining-page updated: 98ec8c4a89...e93c320ee3
@@ -59,6 +59,8 @@ function GetApp () {
|
||||
jsonResponse: false,
|
||||
exceptions: [
|
||||
'/thanks',
|
||||
'/thanks.html',
|
||||
'/img/thanks.gif',
|
||||
'/install',
|
||||
'/favicon.ico',
|
||||
'/getVeteranPw',
|
||||
|
Submodule qminingPublic/moodle-test-userscript updated: f8d4bf2a41...2c815c8d20
@@ -101,7 +101,7 @@
|
||||
</div>
|
||||
<div id='form'>
|
||||
<div class='inputContainer'>
|
||||
<input type='text' id='pw' name='pw' autocomplete="off"/>
|
||||
<input type='text' id='pw' name='pw' autocomplete="off" autofocus/>
|
||||
<input type='hidden' id='cid' name='pw' autocomplete="off"/>
|
||||
</div>
|
||||
<div class='ircLinkContainer' >
|
||||
|
Reference in New Issue
Block a user