annotate scripts/iface.php @ 749:718cda2827cc draft

To Whom it concerns, I updated index.pod again with new tor links. Please let me know if i broke it again LOL - d3v11
author d3v11 <d3v11@d3v11.ano>
date Thu, 10 Nov 2011 21:39:17 -0600
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 ?>