Added 'core'.
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 20:48:04 +0000 (21:48 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 20:48:04 +0000 (21:48 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
.gitattributes [deleted file]
.gitmodules [new file with mode: 0644]
application/qa/init.php
core [new submodule]

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644 (file)
index 207e2b0..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-* text=auto !eol
-application/qa/.htaccess svneol=native#text/plain
-application/qa/class_ApplicationHelper.php svneol=native#text/plain
-application/qa/config.php svneol=native#text/plain
-application/qa/data.php svneol=native#text/plain
-application/qa/debug.php svneol=native#text/plain
-application/qa/exceptions.php svneol=native#text/plain
-application/qa/exceptions/.htaccess svneol=native#text/plain
-application/qa/init.php svneol=native#text/plain
-application/qa/interfaces/.htaccess svneol=native#text/plain
-application/qa/loader.php svneol=native#text/plain
-application/qa/main/.htaccess svneol=native#text/plain
-application/qa/starter.php svneol=native#text/plain
-application/qa/templates/.htaccess svneol=native#text/plain
-db/.htaccess -text
-db/news/.htaccess -text
-db/payments/.htaccess -text
-db/user/.htaccess -text
-db/user_points/.htaccess -text
-docs/COPYING -text
-docs/COPYING.documents -text
-docs/COPYING.software -text
-docs/NEWS -text
-docs/README -text
-docs/THANKS -text
-docs/TODO -text
-docs/TODOs.txt -text svneol=unset#text/plain
-/index.php svneol=native#text/plain
diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..7b054c7
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "core"]
+       path = core
+       url = git://git.mxchange.org/core.git
index 07979d7e74095842b008e62059aa223401812277..87ba50d884550b0c34857f02836ca4fbd36fb28b 100644 (file)
@@ -37,7 +37,7 @@
 $cfg = FrameworkConfiguration::getSelfInstance();
 
 // Initialize output system
-require($cfg->getConfigEntry('base_path') . 'inc/output.php');
+ApplicationHelper::createDebugInstance('ApplicationHelper');
 
 // This application needs a database connection then we have to simply include
 // the inc/database.php script
diff --git a/core b/core
new file mode 160000 (submodule)
index 0000000..b556d08
--- /dev/null
+++ b/core
@@ -0,0 +1 @@
+Subproject commit b556d080ca17108033e31dde2d2657a9642db4c6