blob: a200d92d2f0d93b93dec65ea48fb3ab4c200969f (
plain)
1
2
3
4
5
6
7
8
|
<?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
{
}
|