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