From 2859db1f0d50b445efb5c3d57bc444cc504e9764 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 21:48:04 +0100 Subject: [PATCH] Added 'core'. Signed-off-by: Roland Haeder --- .gitattributes | 28 ---------------------------- .gitmodules | 3 +++ application/qa/init.php | 2 +- core | 1 + 4 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 .gitattributes create mode 100644 .gitmodules create mode 160000 core diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 207e2b0..0000000 --- a/.gitattributes +++ /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 index 0000000..7b054c7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "core"] + path = core + url = git://git.mxchange.org/core.git diff --git a/application/qa/init.php b/application/qa/init.php index 07979d7..87ba50d 100644 --- a/application/qa/init.php +++ b/application/qa/init.php @@ -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 index 0000000..b556d08 --- /dev/null +++ b/core @@ -0,0 +1 @@ +Subproject commit b556d080ca17108033e31dde2d2657a9642db4c6 -- 2.30.2