Php Info

Status
Not open for further replies.

codex201195

New Member
Messages
9
Reaction score
0
Points
0
Hello i tried to view my php info using phpinfo(); but it told me Warning: phpinfo() has been disabled for security reasons in
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Yes, it is disabled.

Too many people put it on a script that hackers can view from the Web.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Code:
print_r( ini_get( "upload_max_filesize" ) ) ;

On Chopin this gives 16M
 
Status
Not open for further replies.
Top