We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120f37c commit 64cc7e8Copy full SHA for 64cc7e8
main/admin/export_certificates.php
@@ -1,8 +1,12 @@
1
<?php
2
+
3
/* For licensing terms, see /license.txt */
4
5
$cidReset = true;
6
require_once __DIR__.'/../inc/global.inc.php';
7
8
+api_protect_admin_script(true);
9
10
Display::display_header(null);
11
12
$form = new FormValidator('export_certificate');
main/permissions/roles.php
@@ -1,8 +1,11 @@
-/**
- * @package chamilo.permissions
- */
+/* For licensing terms, see /license.txt */
require '../inc/global.inc.php';
+api_protect_course_script();
require_once 'permissions_functions.inc.php';
require_once 'all_permissions.inc.php';
0 commit comments