Skip to content

Commit

Permalink
framework url is detected automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Dec 9, 2016
1 parent 5aa8a3b commit 42cbec9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ The only thing you will have to configure is the framework directory uri, for th
if (defined('FW')):
// the framework was already included in another place, so this version will be inactive/ignored
else:
/** @internal */
function _filter_fw_framework_plugin_directory_uri() {
return 'https://.../uri/to/this/directory' . '/framework';
}
add_filter('fw_framework_directory_uri', '_filter_fw_framework_plugin_directory_uri');
require dirname(__FILE__) .'/framework/bootstrap.php';
endif;
Expand Down

0 comments on commit 42cbec9

Please sign in to comment.