mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Showing info on get veteran pw when client id starts with zero
This commit is contained in:
@@ -187,7 +187,8 @@ function GetApp () {
|
||||
|
||||
app.get('/getVeteranPw', function (req, res) {
|
||||
res.render('veteranPw', {
|
||||
cid: req.query.cid || ''
|
||||
cid: req.query.cid || '',
|
||||
devel: process.env.NS_DEVEL
|
||||
})
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
Reference in New Issue
Block a user