From 43649cc25d74d63d993553c30e6b81e19afb809d Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 9 Mar 2018 20:26:38 +0000 Subject: [PATCH] authentication : use the ratelimit dir /tmp/ratelimit to not try to remove all the files in /tmp git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4157 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication.php b/authentication.php index e141f73..bc462b4 100644 --- a/authentication.php +++ b/authentication.php @@ -25,7 +25,7 @@ class authentication public $ratelimitAuth = 3; /** Directory to store the ratelimit files */ - public $ratelimitDir = "/tmp"; + public $ratelimitDir = "/tmp/ratelimit/"; /** The rest authentication methods. Can be http, session, post. * Attention : session case = CSRF !