mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 09:04:44 +02:00
fix(arstechnica): plus a few unrelated tweaks (#3829)
This commit is contained in:
parent
0b67544f86
commit
f01729c86f
6 changed files with 18 additions and 17 deletions
|
@ -6,7 +6,11 @@ if (version_compare(\PHP_VERSION, '7.4.0') === -1) {
|
|||
|
||||
require_once __DIR__ . '/lib/bootstrap.php';
|
||||
|
||||
Configuration::verifyInstallation();
|
||||
$errors = Configuration::checkInstallation();
|
||||
if ($errors) {
|
||||
die('<pre>' . implode("\n", $errors) . '</pre>');
|
||||
}
|
||||
|
||||
$customConfig = [];
|
||||
if (file_exists(__DIR__ . '/config.ini.php')) {
|
||||
$customConfig = parse_ini_file(__DIR__ . '/config.ini.php', true, INI_SCANNER_TYPED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue