aboutsummaryrefslogtreecommitdiff
path: root/views/default/settings/simplepie/edit.php
blob: 4583394c3e3d11d64799d8e69ec08e208c4714fe (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>