diff options
author | wei <> | 2006-07-17 07:29:51 +0000 |
---|---|---|
committer | wei <> | 2006-07-17 07:29:51 +0000 |
commit | b230beea20bc18f05d51b8e1f76c99c74a12fff4 (patch) | |
tree | e44657bcd27786342e3ee9b4e99d00ba16dc2443 /.gitattributes | |
parent | ed600b0d55dd7c38e4416cf4bd6df43a71244b81 (diff) |
Add "remember me" feature
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 564525d5..58dfdb5c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1067,6 +1067,7 @@ demos/time-tracker/protected/App_Code/ProjectDao.php -text demos/time-tracker/protected/App_Code/TimeTrackerException.php -text demos/time-tracker/protected/App_Code/TimeTrackerUser.php -text demos/time-tracker/protected/App_Code/TimeTrackerUserTypeHandler.php -text +demos/time-tracker/protected/App_Code/TrackerAuthManager.php -text demos/time-tracker/protected/App_Code/UserDao.php -text demos/time-tracker/protected/App_Code/UserManager.php -text demos/time-tracker/protected/App_Code/exceptions.txt -text |