Skip to content
Snippets Groups Projects
Commit f9f1c18e authored by fsteger's avatar fsteger
Browse files

Update get_moodle_backup.php

parent 61a81919
No related merge requests found
Pipeline #257100 passed
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
header("Content-type: application/json");
header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment