Rewrites:
authorRoland Haeder <roland@mxchange.org>
Sun, 26 Feb 2017 13:00:29 +0000 (14:00 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit45bc9dea4a662eedad283e17cbeb71bb5f9eee21
tree9d95afb96b16b3a5c7098860d1cddeca9f1af1a3
parent441639e444b314b42e559a6a2ecfcc1f5d53b396
Rewrites:
- rewrote detectCorePath() so it can handle more than one (.) path
- all my applications have this framework cloned to "./core/" and currently
  uses a symbolic link inc/ -> core/inc/. This is then no longer needed and
  should be removed from all projects. This surely implies that index.php has
  been distributed on all projects.
- later on this will be changed, then there is no class in index.php, but only
  one include file and one call to main() method.

Signed-off-by: Roland Häder <roland@mxchange.org>
index.php