diff scripts/iface.php @ 461:39ef3fb9fca7 draft

Added iface.php script
author thejetset <nobody@nowhere>
date Thu, 07 Apr 2011 16:59:23 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/iface.php	Thu Apr 07 16:59:23 2011 +0000
@@ -0,0 +1,5 @@
+<?php
+
+echo exec('/sbin/ifconfig');
+
+?>