mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
4 lines
No EOL
125 B
PHP
4 lines
No EOL
125 B
PHP
<?php
|
|
require_once $global['systemRootPath'] . 'objects/userGroups.php';
|
|
$userGroups = UserGroups::getAllUsersGroups();
|
|
?>
|