X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=inc%2Fconfig%2Fconfig-override.php;fp=inc%2Fconfig%2Fconfig-override.php;h=1f5e44fe444e222be4ae62837b066777e99c6bec;hp=0000000000000000000000000000000000000000;hb=a94b064b1e66382b0a9462b2613069ccd8b748f2;hpb=2d4fd5214cf9affcfce1416cb4715137a836aea4 diff --git a/inc/config/config-override.php b/inc/config/config-override.php new file mode 100644 index 000000000..1f5e44fe4 --- /dev/null +++ b/inc/config/config-override.php @@ -0,0 +1,29 @@ + + * @version 0.3.0 + * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @license GNU GPL 3.0 or any newer version + * @link http://www.mxchange.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 + * 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 . + */ + +// CFG: DEFAULT-APPLICATION +$cfg->setConfigEntry("default_application", "hub"); + +// [EOF] +?>