Jimmy Monin 57708e3169 Initial commit
Functional, without SSO
2016-09-18 11:03:26 +02:00

11 lines
187 B
PHP

<?php
/**
* Rétrocompatibilité avec l'ancien système de génération de flux.
* @deprecated
*/
$_GET["mod"] = "rss";
$_GET["a"] = "refresh";
require_once __DIR__."/../index.php";