concordia search php
This commit is contained in:
parent
fd01d9fe56
commit
03e14082b3
@ -18,6 +18,15 @@ $options = array(
|
||||
$context = stream_context_create($options);
|
||||
$result = file_get_contents($url, false, $context);
|
||||
|
||||
print $result;
|
||||
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<script src="js/jquery-1.11.3.min.js"></script>
|
||||
<script src="js/cat.js"></script>
|
||||
<link rel="stylesheet" href="css/iatagger.css" />
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
<body onLoad="renderResult(JSON.parse('<?= $result ?>'))">
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user