|
|
@@ -18,7 +18,7 @@ $pdo = new PDO($dsn, $DB_USER, $DB_PASS, [
|
|
|
|
|
|
// ---- Council config (name + source URL) ----
|
|
|
$councilConfig = [];
|
|
|
-$cfgFile = __DIR__ . '/config/councils.json';
|
|
|
+$cfgFile = '/var/www/config/councils.json';
|
|
|
if (is_readable($cfgFile)) {
|
|
|
$decoded = json_decode(file_get_contents($cfgFile), true);
|
|
|
if (is_array($decoded)) $councilConfig = $decoded;
|