blob: ae6cbf9de3742c61aea7de2404e5692943ab4251 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
global $CONFIG;
$compat_url = $CONFIG->wwwroot . 'mod/simplepie/sp_compatibility_test.php';
$permit_url = $CONFIG->wwwroot . 'mod/simplepie/permissions.php';
?>
<p>
<a href="<?php echo $compat_url; ?>">Compatibility Test</a>
</p>
<p>
<a href="<?php echo $permit_url; ?>">Permissions Test for Cache</a>
</p>
|