Updated domain without a dash :(
authorRoland Häder <roland@mxchange.org>
Tue, 30 Jul 2013 07:20:39 +0000 (07:20 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 30 Jul 2013 07:20:39 +0000 (07:20 +0000)
14 files changed:
application/admin/class_ApplicationHelper.php
application/admin/config.php
application/admin/data.php
application/admin/debug.php
application/admin/exceptions.php
application/admin/init.php
application/admin/loader.php
application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php
application/admin/main/commands/web/class_WebAdminUserLoginCommand.php
application/admin/main/login/class_AdminUserLogin.php
application/admin/main/login/helper/class_AdminLoginHelper.php
application/admin/main/menu/class_AdminHomeMenu.php
application/admin/starter.php
index.php

index b20f493611b2708645268d8fc56193e397626db9..8326a56018cd633e56820f732e49f6ffa184be9a 100644 (file)
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6312ab646cd6cc54c3abd00ae8f4868f0f22c9b6..e953dab0fbfbf04043e308aea58f6ddff30d7a93 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Additional/overwritten configuration parts
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ae32fff43e39a3a8ed16a11de211fa48da632f67..bf6df74b6ecd23a1f2b185a34bba6fda23fcc66a 100644 (file)
  * isset() is required to prevent a warning and is_object() is highly required
  * when the application itself is requested in URL (hint: index.php?app=your_app)
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 31b35c48802d14654dddc68be2c3e7f18ad83175..5d05e4a6605e47a09f33e7c3d2233517c9f5120a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Some debugging stuff for this application
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d832da3bf648b269541af683f94165b5153d47af..b2e637050d8a4702bfa26ba113c3342cb0f67f97 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The exception handler for this application
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 25931efb48825b727e1baa0fe0139a25e66b2ab6..dc82cef0a0b07f09d174297973b65de9e6adf1c4 100644 (file)
  * isset() is required to prevent a warning and is_object() is highly required
  * when the application itself is requested in URL (hint: index.php?app=your_app)
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 32e70fb27a96f1e08eff7cc6cea3f77e0a9d2a91..a3f6729bdd2155985e3c09d5b729db3960c2311b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A specialized class loader for this class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a5fb8f0b40170160249dc0a7ea20f96b5ceb8fff..fd2c1e9e53514ae40ce267e50dc7a66e34533164 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An action class for the admin "welcome" page
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9d6f7d8d25ce6c1269becf5856b2090c0a396d45..bc416db3fd4f02f3a2db49f78a1ddfec87d09c8a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for user login
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cba2a30b7217b6cd2c9c780864097a4a656a9887..ac8050e76b9c3997e31881b5760012b143accdeb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A special login class for administration area
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c5244d4c1f42e21043cbc570614bd618df4c166d..a70a6ac0536face19ae7979842ba811cb2e50b81 100644 (file)
  * The user shall be able to choose "Default login method" or similar to use his
  * own login method.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5856825726887fc57beed3ef9496723ae43fb06a..9ee6f3ca3322366771258089b0b228450de66ebd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Home menu class for Admin-Area
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 92bd2d6490743e8e0553a1a452aeb4894e68c71d..425594076d74b7e2e73f3bf06d7b81d182e9e8c9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The application launcher
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2f8d830cda176562b0a3e4de4e6ab67e401434f8..14bb9504466ff9aa914294db40a3d8c68f96a7d4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,11 +7,11 @@
  *
  * But good little boys and girls would always initialize their variables... ;-)
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by