services/phpbb.php

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/php
<?php

$config = [
    'git_urls' => ['https://github.com/phpbb/phpbb.git' => 'phpbb/'],
    'example' => function ($loader) {
        passthru('ls -l ' . $loader->libs_root . '/phpbb/phpBB/');
    },
];
if ($return_config) {
    return $config;
} require_once __DIR__ . '/_yf_autoloader.php'; new yf_autoloader($config);