Minor: Add file-level PHPDoc header to new script

pull/4694/head
Yannick Warnier 3 years ago committed by GitHub
parent 67ff7589a5
commit 22f777cd1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      main/admin/export_exercise_results.php

@ -1,6 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
/**
* This script exports the PDF reports from a test for several students at once.
*/
$cidReset = true;
require_once __DIR__.'/../inc/global.inc.php';

Loading…
Cancel
Save