diff options
Diffstat (limited to 'demos/time-tracker/protected/App_Code/Dao/BaseDao.php')
-rwxr-xr-x | demos/time-tracker/protected/App_Code/Dao/BaseDao.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/time-tracker/protected/App_Code/Dao/BaseDao.php b/demos/time-tracker/protected/App_Code/Dao/BaseDao.php index 571a9d1a..b64139c0 100755 --- a/demos/time-tracker/protected/App_Code/Dao/BaseDao.php +++ b/demos/time-tracker/protected/App_Code/Dao/BaseDao.php @@ -3,9 +3,9 @@ * Base DAO 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 */ |