diff options
Diffstat (limited to 'demos/time-tracker/protected/pages/TimeTracker/Logout.php')
-rwxr-xr-x | demos/time-tracker/protected/pages/TimeTracker/Logout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/time-tracker/protected/pages/TimeTracker/Logout.php b/demos/time-tracker/protected/pages/TimeTracker/Logout.php index bab924f2..3ca0f96a 100755 --- a/demos/time-tracker/protected/pages/TimeTracker/Logout.php +++ b/demos/time-tracker/protected/pages/TimeTracker/Logout.php @@ -3,9 +3,9 @@ * Logout class file. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @link http://www.pradosoft.com/ + * @link https://github.com/pradosoft/prado * @copyright Copyright © 2005-2006 PradoSoft - * @license http://www.pradosoft.com/license/ + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package Demos */ |