From: Stéphane Jacob Date: Tue, 13 Sep 2011 09:30:48 +0000 (+0200) Subject: Oops wrong spaces. X-Git-Tag: core/1.1.6~6 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=999c36caa0af1a215504c8043f906d6ee8f3c448;p=platal.git Oops wrong spaces. Signed-off-by: Stéphane Jacob --- diff --git a/classes/plsession.php b/classes/plsession.php index 31200a0..338147a 100644 --- a/classes/plsession.php +++ b/classes/plsession.php @@ -28,7 +28,7 @@ define('AUTH_PUBLIC', 0); define('AUTH_COOKIE', 5); define('AUTH_PASSWD', 10); // Backwards compatibility: AUTH_MDP must be an alias for AUTH_PASSWD. -define('AUTH_MDP',    10); +define('AUTH_MDP', 10); /** The PlSession is a wrapper around the user session management.