Skip to content

Commit

Permalink
Update modremoveconf.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ksar-ksar authored Jul 1, 2020
1 parent a218042 commit 4d13783
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/modules/modremoveconf.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,14 @@ public function __construct($db)
$this->descriptionlong = "Allows admin to remove some confirmation pop-up for all the users.";

$this->editor_name = 'ksar';
$this->editor_url = '';
$this->editor_url = 'https://github.com/ksar-ksar/';

// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = '2.0.0';

// Url to the file with your last numberversion of this module
$this->url_last_version = 'https://raw.githubusercontent.com/ksar-ksar/Dolibarr_removeconf/master/version.txt';

// Key used in llx_const table to save module status enabled/disabled (where removeconf is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Name of image file used for this module.
Expand Down

0 comments on commit 4d13783

Please sign in to comment.