This commit is contained in:
usmannasir 2017-12-14 07:22:44 +05:00
parent 5e3097f52d
commit 2a8e04ac54
2 changed files with 1 additions and 1 deletions

@ -1 +0,0 @@
Subproject commit 22cc3723bc1966dd5f4c4ad7281f643dc28d892b

View File

@ -24,6 +24,7 @@ def loadFTPHome(request):
val = request.session['userID']
return render(request,'ftp/index.html')
except KeyError:
## test
return redirect(loadLoginPage)