summaryrefslogtreecommitdiff
blob: 7aae32fde393af7aaaa2405aa688243addcfde9d (plain)
1
2
3
4
5
6
<?php
// FIXME TODO this needs to actually do something productive
function url($url) {
	return 'http://soc/'.$url;
}
?>