view scripts/iface.php @ 951:1ec03f851ccf draft

can use exec instead of csh for --install-daemontools. thanks AP :-)
author d3v11 <d3v11@d3v11.ano>
date Sat, 19 May 2012 21:15:09 +0000
parents 39ef3fb9fca7
children
line wrap: on
line source

<?php

echo exec('/sbin/ifconfig');

?>