diff options
| author | thejetset <nobody@nowhere> | 2011-04-07 16:59:23 +0000 |
|---|---|---|
| committer | thejetset <nobody@nowhere> | 2011-04-07 16:59:23 +0000 |
| commit | b6b2300063c51cb329689d54684abb79d6142381 (patch) | |
| tree | 28ab0a6b3fea50180feb3be1e9f8cea6d46887b0 /scripts | |
| parent | 84bf8b7a2636934160d6780a6dcde903b8ad8ed3 (diff) | |
| download | resdb-b6b2300063c51cb329689d54684abb79d6142381.tar.gz resdb-b6b2300063c51cb329689d54684abb79d6142381.zip | |
Added iface.php script
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/iface.php | 5 |
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'); + +?> |
