]> git.mxchange.org Git - lfdb2.git/commitdiff
Added initial directories and example config-local.php
authorRoland Häder <roland@mxchange.org>
Sun, 28 Jul 2013 23:23:54 +0000 (23:23 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 28 Jul 2013 23:23:54 +0000 (23:23 +0000)
.gitattributes
application/.htaccess [new file with mode: 0644]
application/lfdb2/.htaccess [new file with mode: 0644]
application/lfdb2/config-local.php-dist [new file with mode: 0644]
application/lfdb2/exceptions/.htaccess [new file with mode: 0644]
application/lfdb2/interfaces/.htaccess [new file with mode: 0644]
application/lfdb2/main/.htaccess [new file with mode: 0644]
application/lfdb2/templates/.htaccess [new file with mode: 0644]

index 32891c67e09e8423b77961e3aef12076f62216c9..ac236e456b7927f1d3d470f1cb2b5a48146a94d6 100644 (file)
@@ -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 (file)
index 0000000..3a42882
--- /dev/null
@@ -0,0 +1 @@
+Deny from all
diff --git a/application/lfdb2/.htaccess b/application/lfdb2/.htaccess
new file mode 100644 (file)
index 0000000..3a42882
--- /dev/null
@@ -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 (file)
index 0000000..29e02d5
--- /dev/null
@@ -0,0 +1,43 @@
+<?php
+/**
+ * Local configuration entries which you can customize. Please keep the
+ * comments starting with CFG: as-is or else, the later configuration wizard
+ * (aka. 'admin' project) will not be able to parse it. You need to rename this
+ * file to config-local.php and make in that new file your changes.
+ *
+ * If you want to start an own network (which may accept different types of
+ * objects which would be rejected by the global network) please change
+ * hub_bootstrap_nodes (semicolon-seperated list) to your bootstrapper.
+ *
+ * You can set external_ip to a hostname, e.g. me.homelinux.org, which will be
+ * included in the announcement. This is very useful for consumer DSL
+ * connections because they might be disconnected every 24 hours and rotate the
+ * IP number.
+ *
+ * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @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 <http://www.gnu.org/licenses/>.
+ */
+
+// 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 (file)
index 0000000..3a42882
--- /dev/null
@@ -0,0 +1 @@
+Deny from all
diff --git a/application/lfdb2/interfaces/.htaccess b/application/lfdb2/interfaces/.htaccess
new file mode 100644 (file)
index 0000000..3a42882
--- /dev/null
@@ -0,0 +1 @@
+Deny from all
diff --git a/application/lfdb2/main/.htaccess b/application/lfdb2/main/.htaccess
new file mode 100644 (file)
index 0000000..3a42882
--- /dev/null
@@ -0,0 +1 @@
+Deny from all
diff --git a/application/lfdb2/templates/.htaccess b/application/lfdb2/templates/.htaccess
new file mode 100644 (file)
index 0000000..3a42882
--- /dev/null
@@ -0,0 +1 @@
+Deny from all