This allows you to check that your KnowledgeTree configuration is set up correctly. You can run this at any time after configuration to check that things are still set up correctly.
Your document directory seems to be accessible from the web. Change the documentRoot in your environment.php configuration file to a place not accessible from the web to prevent access outside of KnowledgeTree.
'; } ?>Logging support is operational.
} ?>Database support is not currently working. Error is: ' . htmlentities($dbSupport->toString()) . '
'; } else { ?>Database connectivity successful.
Unable to do a basic database query. Error is: ' . htmlentities($selectPrive->toString()) . '
'; } else { print 'Basic database query successful.
'; } ?> } ?>