Jimmy Monin 57708e3169 Initial commit
Functional, without SSO
2016-09-18 11:03:26 +02:00

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;
}