From: Roland Häder Date: Sun, 28 Jul 2013 23:23:54 +0000 (+0000) Subject: Added initial directories and example config-local.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=243209940e7c4a0940b6828c07793bb9c5a1b7cb;p=lfdb2.git Added initial directories and example config-local.php --- diff --git a/.gitattributes b/.gitattributes index 32891c6..ac236e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,12 @@ * text=auto !eol /Doxyfile -text +application/.htaccess -text +application/lfdb2/.htaccess -text +application/lfdb2/config-local.php-dist -text +application/lfdb2/exceptions/.htaccess -text +application/lfdb2/interfaces/.htaccess -text +application/lfdb2/main/.htaccess -text +application/lfdb2/templates/.htaccess -text /clear-cache.sh -text db/.htaccess -text db/news/.htaccess -text diff --git a/application/.htaccess b/application/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/lfdb2/.htaccess b/application/lfdb2/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/lfdb2/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/lfdb2/config-local.php-dist b/application/lfdb2/config-local.php-dist new file mode 100644 index 0000000..29e02d5 --- /dev/null +++ b/application/lfdb2/config-local.php-dist @@ -0,0 +1,43 @@ + + * @version 0.0 + * @copyright Copyright (c) 2013 LFDB2 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 . + */ + +// Some hub-specific configuration like port hostname where we will listen, etc. +$cfg = FrameworkConfiguration::getSelfInstance(); + +// CFG: FOO-CLASS +// Dummy example: $cfg->setConfigEntry('foo_class', 'Foo'); + +// [EOF] +?> diff --git a/application/lfdb2/exceptions/.htaccess b/application/lfdb2/exceptions/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/lfdb2/exceptions/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/lfdb2/interfaces/.htaccess b/application/lfdb2/interfaces/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/lfdb2/interfaces/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/lfdb2/main/.htaccess b/application/lfdb2/main/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/lfdb2/main/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/lfdb2/templates/.htaccess b/application/lfdb2/templates/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/lfdb2/templates/.htaccess @@ -0,0 +1 @@ +Deny from all