diff --git a/phpBB/console.php b/phpBB/console.php new file mode 100644 index 0000000000..8699ea7b57 --- /dev/null +++ b/phpBB/console.php @@ -0,0 +1,34 @@ +register(); + +$application = new Application('phpBB Console', PHPBB_VERSION); +$application->addCommands(array( +)); +$application->run();