X-Git-Url: https://git.cweiske.de/bdrem.git/blobdiff_plain/441c72bbf3d29be5c7f5eb0fd43ac267fe059c2f..6abc38c8e2283c189a7ca7fdd1b0bffcbea16463:/bin/bdrem.php diff --git a/bin/bdrem.php b/bin/bdrem.php index 4965c3d..d5a40db 100755 --- a/bin/bdrem.php +++ b/bin/bdrem.php @@ -1,9 +1,21 @@ #!/usr/bin/env php + * @copyright 2014 Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/bdrem.htm + */ namespace bdrem; if (file_exists(__DIR__ . '/../src/bdrem/Autoloader.php')) { - require_once __DIR__ . '/../src/bdrem/Autoloader.php'; + include_once __DIR__ . '/../src/bdrem/Autoloader.php'; Autoloader::register(); } $cli = new Cli();