changeset 461:39ef3fb9fca7 draft

Added iface.php script
author thejetset <nobody@nowhere>
date Thu, 07 Apr 2011 16:59:23 +0000
parents d487779c7b08
children 0b70f82e8dae
files scripts/iface.php
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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');
+
+?>