mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-04 02:57:59 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
9
sources/lib/AdService/SiteConfig/Lbc.php
Normal file
9
sources/lib/AdService/SiteConfig/Lbc.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace AdService\SiteConfig;
|
||||
|
||||
class Lbc extends AbstractSiteConfig
|
||||
{
|
||||
protected $site_name = "LeBonCoin";
|
||||
protected $site_url = "https://www.leboncoin.fr";
|
||||
}
|
Reference in New Issue
Block a user