gMaville/config.php

21 lines
718 B
PHP
Raw Normal View History

2020-12-10 15:49:47 +01:00
<?php
session_start();
2020-12-12 00:40:15 +01:00
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');
2020-12-12 00:40:15 +01:00
define('CALENDAR_1_FEED', 'https://www.agendadulibre.org/events.rss?tag=monnaie-libre');
define('CALENDAR_1_LOCAL_FEED', 'https://www.agendadulibre.org/events.rss?tag=monnaie-libre&near[distance]=%s&near[location]=[%s,%s]');
define('CALENDAR_1_URL', 'https://www.agendadulibre.org/events?tag=monnaie-libre');
define('CALENDAR_2_FEED', 'https://forum.monnaie-libre.fr/calendar.json');
define('CALENDAR_2_URL', 'https://forum.monnaie-libre.fr/calendar');
define('CALENDAR_2_EVENT_URL', 'https://forum.monnaie-libre.fr/t/%s');
2020-12-10 15:49:47 +01:00
require_once('functions.php');