]> git.mxchange.org Git - core.git/blobdiff - inc/config/config-local.php-dist
Continued with renaming-season:
[core.git] / inc / config / config-local.php-dist
diff --git a/inc/config/config-local.php-dist b/inc/config/config-local.php-dist
deleted file mode 100644 (file)
index d6bd7c1..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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
- * @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
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-// Get the configuration instance
-$cfg = FrameworkConfiguration::getSelfInstance();
-
-// CFG: FOO-BAR
-//$cfg->setConfigEntry('foo_bar', 12345);