Renames AUTH_MDP to AUTH_PASSWD.
authorStéphane Jacob <sj@m4x.org>
Tue, 13 Sep 2011 08:20:17 +0000 (10:20 +0200)
committerStéphane Jacob <sj@m4x.org>
Tue, 13 Sep 2011 08:20:17 +0000 (10:20 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/plsession.php

index 94665c6..92e65aa 100644 (file)
@@ -26,7 +26,7 @@
 define('AUTH_SUID',   -1);
 define('AUTH_PUBLIC', 0);
 define('AUTH_COOKIE', 5);
-define('AUTH_MDP',    10);
+define('AUTH_PASSWD', 10);
 
 
 /** The PlSession is a wrapper around the user session management.