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

Update get_moodle_backup.php

parent f9f1c18e
No related branches found
No related tags found
No related merge requests found
Pipeline #257158 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