mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-06-08 13:35:30 +02:00
12 lines
244 B
PHP
12 lines
244 B
PHP
<?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;
|
|
}
|