projects
/
city.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ffacd
)
inc/classes.php is now no longer used.
author
Roland Haeder
<roland@mxchange.org>
Mon, 11 May 2015 11:59:28 +0000
(13:59 +0200)
committer
Roland Haeder
<roland@mxchange.org>
Mon, 11 May 2015 11:59:28 +0000
(13:59 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
core
patch
|
blob
|
history
index.php
patch
|
blob
|
history
diff --git
a/core
b/core
index e20cc950eac0ee7e24ad3ac67f5479b7f482bd8e..6ce35323d0e770dc35c47c12ab9d3a1f7879acf8 160000
(submodule)
--- a/
core
+++ b/
core
@@
-1
+1
@@
-Subproject commit
e20cc950eac0ee7e24ad3ac67f5479b7f482bd8e
+Subproject commit
6ce35323d0e770dc35c47c12ab9d3a1f7879acf8
diff --git
a/index.php
b/index.php
index ca598d09a38e399e38c126ba94ec54dc72459815..51eb50ef9341ef86cdff5c5f4a9b4023502e5024 100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-197,9
+197,6
@@
final class ApplicationEntryPoint {
// Load all include files
require($cfg->getConfigEntry('base_path') . 'inc/includes.php');
- // Load all framework classes
- require($cfg->getConfigEntry('base_path') . 'inc/classes.php');
-
// Include the application selector
require($cfg->getConfigEntry('base_path') . 'inc/selector.php');
} // END - main()