aboutsummaryrefslogtreecommitdiff
path: root/views/default/dokuwiki/index.php
blob: e1c1120f81bef5dc793694ad7c66947f021f9d7d (plain)
1
2
3
4
5
6
<?php
	global $CONFIG;
	$destfile = $CONFIG->pluginspath.'dokuwiki/vendors/dokuwiki/'.$vars['page'];
	if (file_exists($destfile))
 	       include($destfile);
?>