mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:58:53 +00:00
9 lines
123 B
Text
9 lines
123 B
Text
<?php
|
|
|
|
/**
|
|
* Description
|
|
*
|
|
* @event default.dispatch
|
|
* @since 3.1.0-b2
|
|
*/
|
|
$phpbb_dispatcher->dispatch('default.dispatch');
|