8 lines
150 B
PHP
8 lines
150 B
PHP
|
<div id="panel-one">
|
||
|
<?php
|
||
|
if (userIsAllowed('Users')) {
|
||
|
include APPLICATION_HOME.'/templates/html/partials/panel-widgets/Users.inc';
|
||
|
}
|
||
|
?>
|
||
|
</div>
|