]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/framework/Wsat/pages/TWsatLogin.php
baculum: New Baculum API and Baculum Web
[bacula/bacula] / gui / baculum / framework / Wsat / pages / TWsatLogin.php
index 21994c07716592d3e71d89a1b01a2440c09ad48c..bdf2b17ca8151986c2ed2409863126a053458f23 100644 (file)
@@ -2,9 +2,9 @@
 
 /**
  * @author Daniel Sampedro Bello <darthdaniel85@gmail.com>
- * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2013 PradoSoft
- * @license http://www.pradosoft.com/license/
+ * @link https://github.com/pradosoft/prado
+ * @copyright Copyright &copy; 2005-2016 The PRADO Group
+ * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
  * @version $Id$
  * @since 3.3
  * @package Wsat.pages
@@ -17,7 +17,6 @@ class TWsatLogin extends TPage
                 if ($this->IsValid)
                 {
                         $this->Session["wsat_password"] = $this->getService()->getPassword();
-
                         $url = $this->Service->constructUrl('TWsatHome');
                         $this->Response->redirect($url);
                 }