diff options
Diffstat (limited to 'framework/Wsat')
-rw-r--r-- | framework/Wsat/TWsatUserManager.php | 36 | ||||
-rw-r--r-- | framework/Wsat/pages/TWsatHome.php | 28 |
2 files changed, 32 insertions, 32 deletions
diff --git a/framework/Wsat/TWsatUserManager.php b/framework/Wsat/TWsatUserManager.php index b9a9eb8b..1dfd2288 100644 --- a/framework/Wsat/TWsatUserManager.php +++ b/framework/Wsat/TWsatUserManager.php @@ -1,18 +1,18 @@ -<?php
-
-Prado::using('System.Security.TUserManager');
-
-/**
- * Description of TWsatUserManager
- *
- * @author Daniel
- */
-class TWsatUserManager extends TUserManager {
-
- public function init($config) {
- parent::init($config);
- }
-
-}
-
-?>
+<?php + +Prado::using('System.Security.TUserManager'); + +/** + * Description of TWsatUserManager + * + * @author Daniel + */ +class TWsatUserManager extends TUserManager { + + public function init($config) { + parent::init($config); + } + +} + +?> diff --git a/framework/Wsat/pages/TWsatHome.php b/framework/Wsat/pages/TWsatHome.php index 3c1358e1..a7430911 100644 --- a/framework/Wsat/pages/TWsatHome.php +++ b/framework/Wsat/pages/TWsatHome.php @@ -1,15 +1,15 @@ -<?php
-
-/**
- * Description of Inicio
- *
- * @author daniels
- */
-Prado::using("System.Wsat.TWsatARGenerator");
-
-class TWsatHome extends TPage {
-
-
-}
-
+<?php + +/** + * Description of Inicio + * + * @author daniels + */ +Prado::using("System.Wsat.TWsatARGenerator"); + +class TWsatHome extends TPage { + + +} + ?>
\ No newline at end of file |