Comments
This commit is contained in:
parent
5e3097f52d
commit
2a8e04ac54
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 22cc3723bc1966dd5f4c4ad7281f643dc28d892b
|
||||
|
|
@ -24,6 +24,7 @@ def loadFTPHome(request):
|
|||
val = request.session['userID']
|
||||
return render(request,'ftp/index.html')
|
||||
except KeyError:
|
||||
## test
|
||||
return redirect(loadLoginPage)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue