diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 23:40:57 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 23:40:57 +0000 |
commit | ad58a44a78b88b202819501fdc97f8688bf6ec89 (patch) | |
tree | 351b1621c60a374ec88c5a97264c5ea9054a169d | |
parent | a114e42eff7618dc41e5c02a86d717f696b4a0f5 (diff) | |
download | pfsense-ad58a44a78b88b202819501fdc97f8688bf6ec89.zip pfsense-ad58a44a78b88b202819501fdc97f8688bf6ec89.tar.gz |
ttyp0 -> ttyv0
-rwxr-xr-x | usr/local/www/system_advanced.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index e58e5d1..673d720 100755 --- a/usr/local/www/system_advanced.php +++ b/usr/local/www/system_advanced.php @@ -180,7 +180,7 @@ if ($_POST) { $fout = fopen("/etc/ttys","w"); foreach($etc_ttys as $tty) { - if(stristr($tty,"ttyp0") <> true) { + if(stristr($tty,"ttyv0") <> true) { fwrite($fout, $tty . "\n"); } } |