- Timestamp:
- 12/11/10 07:15:02 (18 months ago)
- Files:
-
- 1 modified
-
branches/1.5/libs/AdminAuth.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/libs/AdminAuth.php
r2256 r2289 155 155 * @return bool 156 156 */ 157 p ublicfunction adminPassword($h)157 private function adminPassword($h) 158 158 { 159 159 // Check email … … 211 211 * @return bool 212 212 */ 213 p ublicfunction setAdminCookie($h)213 private function setAdminCookie($h) 214 214 { 215 215 if (!$h->currentUser->name) { … … 247 247 * @return bool 248 248 */ 249 p ublicfunction isAdminCookie($h)249 private function isAdminCookie($h) 250 250 { 251 251 if (!$h->currentUser->checkCookie($h)) {