summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthejetset <nobody@nowhere>2011-04-07 16:59:23 +0000
committerthejetset <nobody@nowhere>2011-04-07 16:59:23 +0000
commitb6b2300063c51cb329689d54684abb79d6142381 (patch)
tree28ab0a6b3fea50180feb3be1e9f8cea6d46887b0
parent84bf8b7a2636934160d6780a6dcde903b8ad8ed3 (diff)
downloadresdb-b6b2300063c51cb329689d54684abb79d6142381.tar.gz
resdb-b6b2300063c51cb329689d54684abb79d6142381.zip
Added iface.php script
-rw-r--r--scripts/iface.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/iface.php b/scripts/iface.php
new file mode 100644
index 0000000..fe14dc5
--- /dev/null
+++ b/scripts/iface.php
@@ -0,0 +1,5 @@
+<?php
+
+echo exec('/sbin/ifconfig');
+
+?>