Skip to content
Snippets Groups Projects
Commit 74d184e6 authored by Maja Górecka-Wolniewicz's avatar Maja Górecka-Wolniewicz
Browse files

initiate variable

parent 7f61dadc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
require_once ("../lib/validatorClass.php");
session_start();
$v = new Validator();
$data = '';
if ($v->params['url'] && $v->params['auto'] && $v->params['xmlout']) {
header('Content-Type: text/xml');
list($schres, $printres) = $v->checkmetadata();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment