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