]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 22 May 2017 18:42:34 +0000 (20:42 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:08 +0000 (18:50 +0200)
commite234132559c36b0d790f88f738b056f6e2c3f114
tree0712a8b23b52299f687413cec607f0ede06a5341
parentaf5743a295d4ce0488a62daee0aee69c801a6f70
Continued:
- no more 'base_path', was to unflexible and horribly wrong. Now there are 3
  configuration entries:

  'root_base_path'        - Where index.php has been found
  'framework_base_path'   - Where the framework is located
  'application_base_path' - Where the applications are located (without application name)
- imported FileNotFoundException
- imported DhtObjectFactory
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/handler/answer-status/announcement/class_NodeAnnouncementAnswerOkayHandler.php
application/hub/classes/handler/answer-status/requests/class_RequestNodeListAnswerOkayHandler.php
application/hub/classes/handler/message-types/class_BaseMessageHandler.php
application/hub/classes/handler/message-types/requests/class_NodeMessageRequestNodeListHandler.php
application/hub/classes/source/urls/class_CrawlerUploadedListUrlSource.php
application/hub/classes/states/dht/init/class_DhtInitState.php
application/hub/classes/states/dht/virgin/class_DhtVirginState.php
application/hub/classes/template/class_BaseXmlTemplateEngine.php
core
index.php