From cddfb5a436e2e5a8700630233ab02df0580de364 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 Apr 2007 23:51:29 +0000 Subject: Escape $ so that it does not try to print out the variable --- usr/local/sbin/pfSsh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/sbin') diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php index e2f9a05..3f7deec 100755 --- a/usr/local/sbin/pfSsh.php +++ b/usr/local/sbin/pfSsh.php @@ -20,7 +20,7 @@ echo ".\n\n"; $shell_active = true; echo "Example commands:\n\n"; -echo " print_r($config);\n"; +echo " print_r(\$config);\n"; echo " \$config['interfaces']['lan']['ipaddr'] = \"192.168.1.1\";\n"; echo " write_config();\n"; -- cgit v1.1