mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2026-03-22 04:27:15 +11:00
fixie fix
This commit is contained in:
parent
48e34ffbd6
commit
7f85d7d1bb
3 changed files with 4 additions and 1 deletions
3
index.js
3
index.js
|
|
@ -324,6 +324,9 @@ app.post('/login', async function(req, res){
|
|||
} catch(err){
|
||||
console.log(err)
|
||||
}
|
||||
if(!adminTest.body.value){
|
||||
res.redirect('/')
|
||||
}
|
||||
req.session.admin = adminTest.body.value
|
||||
req.session.adminp = password
|
||||
let verified
|
||||
|
|
|
|||
BIN
public/CCashLogo3.png
Normal file
BIN
public/CCashLogo3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -12,7 +12,7 @@ html
|
|||
nav.navbar.navbar-expand-lg.navbar-light.navbarrr.shadow-lg
|
||||
.container
|
||||
a.navbar-brand(href='/')
|
||||
img(src="../CCashLogo2.png" style="width:75px")
|
||||
img(src="../CCashLogo3.png" style="width:75px")
|
||||
button.navbar-toggler(type='button', data-toggle='collapse', data-target='#navbars', aria-controls='navbars', aria-expanded='false', aria-label='Toggle navigation')
|
||||
span.navbar-toggler-icon
|
||||
#navbars.collapse.navbar-collapse
|
||||
|
|
|
|||
Loading…
Reference in a new issue