From 73636462f811e2089b26bb54b4f36c843863d62c Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Fri, 26 Feb 2010 11:14:49 +0200 Subject: [PATCH] PT:2492070 : Fist Login wizard added --- setup/firstlogin/session.php | 62 -------------------------------------------------------------- setup/migrate/session.php | 62 -------------------------------------------------------------- setup/wizard/session.php | 64 ---------------------------------------------------------------- 3 files changed, 0 insertions(+), 188 deletions(-) delete mode 100644 setup/firstlogin/session.php delete mode 100644 setup/migrate/session.php delete mode 100644 setup/wizard/session.php diff --git a/setup/firstlogin/session.php b/setup/firstlogin/session.php deleted file mode 100644 index b47f206..0000000 --- a/setup/firstlogin/session.php +++ /dev/null @@ -1,62 +0,0 @@ -. -* -* You can contact KnowledgeTree Inc., PO Box 7775 #87847, San Francisco, -* California 94120-7775, or email info@knowledgetree.com. -* -* The interactive user interfaces in modified source and object code versions -* of this program must display Appropriate Legal Notices, as required under -* Section 5 of the GNU General Public License version 3. -* -* In accordance with Section 7(b) of the GNU General Public License version 3, -* these Appropriate Legal Notices must retain the display of the "Powered by -* KnowledgeTree" logo and retain the original copyright notice. If the display of the -* logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices -* must display the words "Powered by KnowledgeTree" and retain the original -* copyright notice. -* Contributor( s): ______________________________________ -*/ - -/** -* -* @copyright 2008-2010, KnowledgeTree Inc. -* @license GNU General Public License version 3 -* @author KnowledgeTree Team -* @package First Login -* @version Version 0.1 -*/ -class Session extends SessionBase -{ - public $salt = 'firstlogin'; - - /** - * Constructs session object - * - * @author KnowledgeTree Team - * @access public - * @param none - */ - public function __construct() { - $this->setSalt($this->salt); - $this->startSession(); - } - -} -?> \ No newline at end of file diff --git a/setup/migrate/session.php b/setup/migrate/session.php deleted file mode 100644 index 7486e85..0000000 --- a/setup/migrate/session.php +++ /dev/null @@ -1,62 +0,0 @@ -. -* -* You can contact KnowledgeTree Inc., PO Box 7775 #87847, San Francisco, -* California 94120-7775, or email info@knowledgetree.com. -* -* The interactive user interfaces in modified source and object code versions -* of this program must display Appropriate Legal Notices, as required under -* Section 5 of the GNU General Public License version 3. -* -* In accordance with Section 7(b) of the GNU General Public License version 3, -* these Appropriate Legal Notices must retain the display of the "Powered by -* KnowledgeTree" logo and retain the original copyright notice. If the display of the -* logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices -* must display the words "Powered by KnowledgeTree" and retain the original -* copyright notice. -* Contributor( s): ______________________________________ -*/ - -/** -* -* @copyright 2008-2010, KnowledgeTree Inc. -* @license GNU General Public License version 3 -* @author KnowledgeTree Team -* @package Migrater -* @version Version 0.1 -*/ -class Session extends SessionBase -{ - public $salt = 'migrate'; - - /** - * Constructs session object - * - * @author KnowledgeTree Team - * @access public - * @param none - */ - public function __construct() { - $this->setSalt($this->salt); - $this->startSession(); - } - -} -?> \ No newline at end of file diff --git a/setup/wizard/session.php b/setup/wizard/session.php deleted file mode 100644 index 4b5a025..0000000 --- a/setup/wizard/session.php +++ /dev/null @@ -1,64 +0,0 @@ -. -* -* You can contact KnowledgeTree Inc., PO Box 7775 #87847, San Francisco, -* California 94120-7775, or email info@knowledgetree.com. -* -* The interactive user interfaces in modified source and object code versions -* of this program must display Appropriate Legal Notices, as required under -* Section 5 of the GNU General Public License version 3. -* -* In accordance with Section 7(b) of the GNU General Public License version 3, -* these Appropriate Legal Notices must retain the display of the "Powered by -* KnowledgeTree" logo and retain the original copyright notice. If the display of the -* logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices -* must display the words "Powered by KnowledgeTree" and retain the original -* copyright notice. -* Contributor( s): ______________________________________ -*/ - -/** -* -* @copyright 2008-2010, KnowledgeTree Inc. -* @license GNU General Public License version 3 -* @author KnowledgeTree Team -* @package Installer -* @version Version 0.1 -*/ -class Session extends SessionBase -{ - - public $salt = 'installers'; - - /** - * Constructs session object - * - * @author KnowledgeTree Team - * @access public - * @param none - */ - public function __construct() { - $this->setSalt($this->salt); - $this->startSession(); - } - - -} -?> \ No newline at end of file -- libgit2 0.21.4