Browse Source

Minor - remove notice

ywarnier 14 years ago
parent
commit
44d3f13e6d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/permissions/roles.php

+ 3 - 3
main/permissions/roles.php

@@ -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)