summaryrefslogtreecommitdiff
path: root/includes/pages/admin_arrive.php
blob: ff73fb9554df2864d05ec17294a49fcaf6d95cee (plain)
1
2
3
4
5
<?php
function admin_arrive() {
	return "bla";
}
?>