gMaville/config.php

12 lines
357 B
PHP

<?php
session_start();
define('RADIUS', '100');
define('EVENT_RADIUS', '500');
define('BB_URL', 'https://framalistes.org/sympa/info/vannes.monnaielibre');
define('CALENDAR_RSS', 'https://www.agendadulibre.org/events.rss?tag=monnaie-libre');
define('CALENDAR_URL', 'https://www.agendadulibre.org/events?tag=monnaie-libre');
require_once('functions.php');