]> git.mxchange.org Git - core.git/blobdiff - inc/database.php
Part added to detected hostname on Sun Solaris TODO: We should put this in seperate...
[core.git] / inc / database.php
index 1a53d0a4a2f0b4eb35e3d151870007fd463e78a1..f2b5632f7512a16e5f46ae1fbe7c10ccc815704a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -31,7 +31,7 @@ $fqfn = FrameworkConfiguration::getInstance()->readConfig('base_path') . 'inc/da
 // Load the database layer include
 if ((file_exists($fqfn)) && (is_file($fqfn)) && (is_readable($fqfn))) {
        // Load the layer
-       require_once($fqfn);
+       require($fqfn);
 } else {
        // Layer is missing!
        ApplicationEntryPoint::app_die(sprintf("[Main:] Database layer is missing! (%s) -&gt; R.I.P.",