Control Web Panel

WebPanel => PHP => Topic started by: Mesin Hosting Indonesia on June 29, 2014, 07:24:38 PM

Title: E_WARNING On PHP Info Menu
Post by: Mesin Hosting Indonesia on June 29, 2014, 07:24:38 PM
hello everybody

i just tried centos web panel demos. i found e_warning error on phpinfo menus. is there anyone notice about this?
http://postimg.org/image/e52yugrlr/
(http://postimg.org/image/e52yugrlr)
Title: Re: E_WARNING On PHP Info Menu
Post by: Administrator on June 30, 2014, 12:39:48 AM
you can crate your own phpinfo file using function

Code: [Select]
<?php
phpinfo
();
?>