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

12 lines
252 B
PHP

<?php
namespace AdService\SiteConfig;
class Olx extends AbstractSiteConfig
{
protected $site_name = "Olx";
protected $site_url = "http://olx.ua";
protected $currencies = array("", "\$", "грн");
protected $pro_visible = false;
}