Do not keep a public accessible phpinfo on your server

its prone to xss site scripting attacks(php4..)

[SIZE=“1”]remove this area from my post if proof of concept showing is not allowed[/SIZE]
<from here>
[COLOR=“White”]?a[]=<script>alert(/XSS/);</script>[/COLOR]
<to here>

here is some info on what it xss cross site scripting is