Je moet ingelogd zijn om te stemmen.
<link href="/scriptbase.php?source=style.css" type="text/css" />
<?php /** * @Filename scriptbase.php */ $strSource = $_GET['source']; if(file_exists($strSource)) { require_once($strSource); } else { echo 'Bestand niet gevonden'; } ?>