mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-06-24 04:47:25 +02:00
11 lines
211 B
PHP
11 lines
211 B
PHP
<?php
|
|
|
|
namespace AdService\SiteConfig;
|
|
|
|
class Lbc extends AbstractSiteConfig
|
|
{
|
|
protected $site_name = "LeBonCoin";
|
|
protected $site_url = "https://www.leboncoin.fr";
|
|
protected $allow_backup = true;
|
|
}
|