Skip to content
Snippets Groups Projects
id.php 66 B
Newer Older
<?
	$out = exec("/usr/bin/id");
	$smarty->assign("body",$out);
?>