mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/11703] Add effectively_installed().
PHPBB3-11703
This commit is contained in:
@@ -11,6 +11,11 @@ namespace phpbb\db\migration\data\v310;
|
||||
|
||||
class allow_cdn extends phpbb_db_migration
|
||||
{
|
||||
public function effectively_installed()
|
||||
{
|
||||
return isset($this->config['allow_cdn']);
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user