annotate scripts/iface.php @ 641:0c0babb9930a draft

added whatis-theplan.ano to a.ns.d3v11.ano
author d3v11 <d3v11@d3v11.ano>
date Mon, 03 Oct 2011 00:13:36 -0500
parents 39ef3fb9fca7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
461
39ef3fb9fca7 Added iface.php script
thejetset <nobody@nowhere>
parents:
diff changeset
1 <?php
39ef3fb9fca7 Added iface.php script
thejetset <nobody@nowhere>
parents:
diff changeset
2
39ef3fb9fca7 Added iface.php script
thejetset <nobody@nowhere>
parents:
diff changeset
3 echo exec('/sbin/ifconfig');
39ef3fb9fca7 Added iface.php script
thejetset <nobody@nowhere>
parents:
diff changeset
4
39ef3fb9fca7 Added iface.php script
thejetset <nobody@nowhere>
parents:
diff changeset
5 ?>