mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-04 14:47:52 +02:00
9 lines
185 B
PHP
9 lines
185 B
PHP
<?php
|
|
/*
|
|
* Due to the mismatch between the class name and the file name of the module
|
|
* info file, this module's info file shouldn't be found
|
|
*/
|
|
class phpbb_ext_foo_acp_fail_module
|
|
{
|
|
}
|