mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-03 18:47:59 +02:00
Upgrade LBCAlerte to version 3.3
Add upgrade script
This commit is contained in:
@ -35,6 +35,12 @@ abstract class AbstractSiteConfig
|
||||
*/
|
||||
protected $has_date = true;
|
||||
|
||||
/**
|
||||
* Indique si la sauvegarde d'annonce est possible.
|
||||
* @var bool
|
||||
*/
|
||||
protected $allow_backup = false;
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @return mixed
|
||||
|
@ -6,4 +6,5 @@ class Lbc extends AbstractSiteConfig
|
||||
{
|
||||
protected $site_name = "LeBonCoin";
|
||||
protected $site_url = "https://www.leboncoin.fr";
|
||||
protected $allow_backup = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user