mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Merge branch 'master' of gitlab.com:MrFry/mrfrys-node-server
This commit is contained in:
commit
3ce75eef9e
4 changed files with 6 additions and 2 deletions
|
@ -16,6 +16,8 @@ module.exports = function (options) {
|
||||||
hostname = req.hostname.replace('www.', '').split('.')[0]
|
hostname = req.hostname.replace('www.', '').split('.')[0]
|
||||||
} else {
|
} else {
|
||||||
logger.Log('Hostname is undefined!', logger.GetColor('redbg'))
|
logger.Log('Hostname is undefined!', logger.GetColor('redbg'))
|
||||||
|
console.log(req.body)
|
||||||
|
console.log(req.query)
|
||||||
}
|
}
|
||||||
|
|
||||||
// fixme: regexp includes checking
|
// fixme: regexp includes checking
|
||||||
|
|
|
@ -59,6 +59,8 @@ function GetApp () {
|
||||||
jsonResponse: false,
|
jsonResponse: false,
|
||||||
exceptions: [
|
exceptions: [
|
||||||
'/thanks',
|
'/thanks',
|
||||||
|
'/thanks.html',
|
||||||
|
'/img/thanks.gif',
|
||||||
'/install',
|
'/install',
|
||||||
'/favicon.ico',
|
'/favicon.ico',
|
||||||
'/getVeteranPw',
|
'/getVeteranPw',
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f8d4bf2a414d2973582c08bfa8b8b8f19389b2e9
|
Subproject commit 2c815c8d20b6c25a4214d6118760d993f2287f36
|
|
@ -101,7 +101,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id='form'>
|
<div id='form'>
|
||||||
<div class='inputContainer'>
|
<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"/>
|
<input type='hidden' id='cid' name='pw' autocomplete="off"/>
|
||||||
</div>
|
</div>
|
||||||
<div class='ircLinkContainer' >
|
<div class='ircLinkContainer' >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue