mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-05 19:40:47 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
11
sources/rss/index.php
Normal file
11
sources/rss/index.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?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";
|
Reference in New Issue
Block a user