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:
11
sources/lib/AdService/SiteConfig/Seloger.php
Normal file
11
sources/lib/AdService/SiteConfig/Seloger.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace AdService\SiteConfig;
|
||||
|
||||
class Seloger extends AbstractSiteConfig
|
||||
{
|
||||
protected $site_name = "SeLoger";
|
||||
protected $site_url = "http://www.seloger.com";
|
||||
protected $pro_visible = false;
|
||||
protected $has_date = false;
|
||||
}
|
Reference in New Issue
Block a user