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
This commit is contained in:
2018-03-09 20:26:38 +00:00
parent da6358dc3c
commit 43649cc25d

View File

@@ -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 !