Zwii-Modules/geolocation/profil/main/add.inc.php

8 lines
525 B
PHP
Raw Normal View History

<?php $moduleData['geolocation'] = [
'add' => $this->getInput('profilAddGeolocationAdd', helper::FILTER_BOOLEAN),
'edit' => $this->getInput('profilAddGeolocationEdit', helper::FILTER_BOOLEAN),
'delete' => $this->getInput('profilAddGeolocationDelete', helper::FILTER_BOOLEAN),
'config' => $this->getInput('profilAddGeolocationAdd', helper::FILTER_BOOLEAN) ||
$this->getInput('profilAddGeolocationEdit', helper::FILTER_BOOLEAN) ||
$this->getInput('profilAddGeolocationDelete', helper::FILTER_BOOLEAN)
2024-08-16 15:57:50 +02:00
];