2018-03-09 19:46:34 +03:00
|
|
|
<?php
|
|
|
|
/**
|
2018-06-12 11:32:18 +03:00
|
|
|
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
|
|
|
|
*
|
|
|
|
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
2018-03-09 19:46:34 +03:00
|
|
|
*
|
|
|
|
* @license GNU AGPL version 3 or any later version
|
|
|
|
*
|
2018-06-12 11:32:18 +03:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Affero General Public License as
|
|
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
|
|
* License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Affero General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2018-03-09 19:46:34 +03:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2018-11-05 18:02:32 +03:00
|
|
|
script('settings', 'vue-settings-apps-users-management');
|
2018-03-09 19:46:34 +03:00
|
|
|
style('settings', 'settings');
|
|
|
|
|
2018-06-12 11:32:18 +03:00
|
|
|
// Do we have some data to inject ?
|
2018-03-09 19:46:34 +03:00
|
|
|
if(is_array($_['serverData'])) {
|
|
|
|
?>
|
2018-04-13 19:36:34 +03:00
|
|
|
<span id="serverData" data-server="<?php p(json_encode($_['serverData']));?>"></span>
|
2018-03-09 19:46:34 +03:00
|
|
|
<?php } ?>
|