]> git.mxchange.org Git - core.git/blobdiff - inc/config/config-local.php-dist
update copyright as changes will happen this year
[core.git] / inc / config / config-local.php-dist
index 3ff574b8f86dae6decf6f1a544e448447924b434..d6bd7c1d236e099325bb04d30c7e7f0889ae0045 100644 (file)
@@ -1,12 +1,17 @@
 <?php
 /**
 <?php
 /**
+ * Local configuration file, put this into your application/xyz/ folder and
+ * ignore config-local.php in .gitignore (see my apps for examples). This way
+ * you can allow local configuration settings that should not be committed but
+ * still needed to run the application.
+ *
  * Additional configuration entries. Do not duplicate it here, instead copy
  * this to your application's base path (with -dist), add it with "git add" and
  * ignore config-local.php (add to .gitignore in root path).
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
  * Additional configuration entries. Do not duplicate it here, instead copy
  * this to your application's base path (with -dist), add it with "git add" and
  * ignore config-local.php (add to .gitignore in root path).
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
@@ -28,6 +33,3 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 
 // CFG: FOO-BAR
 //$cfg->setConfigEntry('foo_bar', 12345);
 
 // CFG: FOO-BAR
 //$cfg->setConfigEntry('foo_bar', 12345);
-
-// [EOF]
-?>