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:
@@ -25,7 +25,7 @@ class authentication
|
|||||||
public $ratelimitAuth = 3;
|
public $ratelimitAuth = 3;
|
||||||
|
|
||||||
/** Directory to store the ratelimit files */
|
/** Directory to store the ratelimit files */
|
||||||
public $ratelimitDir = "/tmp";
|
public $ratelimitDir = "/tmp/ratelimit/";
|
||||||
|
|
||||||
/** The rest authentication methods. Can be http, session, post.
|
/** The rest authentication methods. Can be http, session, post.
|
||||||
* Attention : session case = CSRF !
|
* Attention : session case = CSRF !
|
||||||
|
|||||||
Reference in New Issue
Block a user