From f1830532a071a3d7e376ff547458c85df38f7f4a Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Thu, 31 May 2012 14:56:18 +0200 Subject: [PATCH] Shasum adaption --- Private/Login.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Private/Login.html b/Private/Login.html index 9a9022a..9d8bb1b 100644 --- a/Private/Login.html +++ b/Private/Login.html @@ -24,6 +24,10 @@ chomp($RANDOMSALT); # Create SALT file if it does not exist # Remove this, including test account for life system +unless(-d "$SessionDir") +{ + `mkdir -p "$SessionDir"`; +}; unless(-d "$PasswordDir") { `mkdir -p "$PasswordDir"`; -- 2.11.4.GIT