diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-11-25 12:49:07 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-11-25 12:49:07 -0500 |
commit | 227ef973f923ec201a1ece197f6242b3248c66ae (patch) | |
tree | 9eae95c47d7ac19a15d1f61f19d417e354b943c0 /framework/Wsat/pages/TWsatLogin.php | |
parent | efde949d00b808f55710abbd3d82ceb490545116 (diff) |
WSAT beta release with doc.
Diffstat (limited to 'framework/Wsat/pages/TWsatLogin.php')
-rw-r--r-- | framework/Wsat/pages/TWsatLogin.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/framework/Wsat/pages/TWsatLogin.php b/framework/Wsat/pages/TWsatLogin.php index 0bbdc53f..7c4570af 100644 --- a/framework/Wsat/pages/TWsatLogin.php +++ b/framework/Wsat/pages/TWsatLogin.php @@ -1,10 +1,15 @@ <?php /** - * Description of Inicio - * - * @author daniels + * @author Daniel Sampedro Bello <darthdaniel85@gmail.com> + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005-2013 PradoSoft + * @license http://www.pradosoft.com/license/ + * @version $Id$ + * @since 3.3 + * @package Wsat.pages */ + class TWsatLogin extends TPage { public function login() { |