|
@@ -1,7 +1,7 @@
|
|
|
<?php
|
|
|
-include("../inc/claro_init_global.inc.php");
|
|
|
-include_once('permissions_functions.inc.php');
|
|
|
-include_once('all_permissions.inc.php');
|
|
|
+require '../inc/global.inc.php';
|
|
|
+require_once 'permissions_functions.inc.php';
|
|
|
+require_once 'all_permissions.inc.php';
|
|
|
|
|
|
$tool_name = get_lang('Roles'); // title of the page (should come from the language file)
|
|
|
|