Home  >  Article  >  Backend Development  >  How to block the damn function phpinfo() in PHP_PHP Tutorial

How to block the damn function phpinfo() in PHP_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 17:33:00928browse

If you want others not to detect the various parameters of your server, then quickly kill the php(as the current mainstream development language)info() function!
Change disable_functions = in php(as the current mainstream development language).ini to: disable_functions = php(as the current mainstream development language)info
That’s it!

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/508655.htmlTechArticleIf you want others not to detect the various parameters of your server, then quickly change php (as now Mainstream development languages) info() function should be killed! In php (as the current mainstream development...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn