Skip to content

Commit e704c23

Browse files
author
Fulvio N.
committed
Update README.md
1 parent 32bcc6f commit e704c23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ In the JavaScript console you will see printed any PC::debug() information, PHP
6161

6262
## Frequently Asked Questions
6363

64-
### Is this an official plugin from PHP Console author?
64+
#### Is this an official plugin from PHP Console author?
6565

6666
No, but it makes use of Sergey's PHP Console library as it is.
6767

68-
### Does it work with Firefox, IE, Opera or other browsers?
68+
#### Does it work with Firefox, IE, Opera or other browsers?
6969

7070
No it doesn't, unless PHP Console browser extension is ported, for example, as a Firefox add-on.
7171

72-
### Can I use PHP Console in a live production environment?
72+
#### Can I use PHP Console in a live production environment?
7373

7474
You *can* but it is probably not a good idea. You should do your debugging and testing on a development/testing environment on a staging server or local machine. Likewise, you normally wouldn't want to turn on PHP error reporting or set WP_DEBUG to true in a live site as you wouldn't want to display error information to public. Furthermore, PHP Console allows execution of any remote PHP code through terminal - for this you can set a strong password and restrict the IP address range to access the terminal, but still it's not advisable. Besides putting your site at risk, you will also add more load to your server.
7575

@@ -99,4 +99,4 @@ or
9999
PhpConsole\Helper::register();
100100
}
101101
// send $my_var with tag 'my_tag' to the JavaScript console through PHP Console Server Library and PHP Console Chrome Plugin
102-
PC::my_tag($my_var);
102+
PC::my_tag($my_var);

0 commit comments

Comments
 (0)