gMaville/config.php

12 lines
357 B
PHP
Raw Normal View History

2020-12-10 15:49:47 +01:00
<?php
session_start();
define('RADIUS', '100');
define('EVENT_RADIUS', '500');
2020-12-10 15:49:47 +01:00
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');
2020-12-10 15:49:47 +01:00
require_once('functions.php');