annotate scripts/iface.php @ 1119:5645d1ed79c5 draft

There was some werid stuff with add_dom went with what looked like the best of the conflicting lines. Merge branch 'master' of git://1.4.7.7/resdb Conflicts: scripts/add_dom
author epoch <epoch@hacking.allowed.org>
date Fri, 24 May 2013 02:39:47 +0000
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 ?>