Escape $ so that it does not try to print out the variable

This commit is contained in:
Scott Ullrich 2007-04-29 23:51:35 +00:00
parent d776e07789
commit 6855dff019

View File

@ -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";