This commit is contained in:
Usman Nasir 2017-12-14 02:24:30 +00:00 committed by GitHub
commit 1534fbc670
1 changed files with 1 additions and 0 deletions

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)