mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
<?php
|
|
|
|
/**
|
|
* Description
|
|
*
|
|
* @event default.dispatch
|
|
* @since 3.1.0-b2
|
|
*/
|
|
$phpbb_dispatcher->dispatch('default.dispatch');
|