system_php

Versions
5 – 7
system_php()

Menu callback: return information about PHP.

Code

modules/system/system.admin.inc, line 1734

<?php
function system_php() {
  phpinfo();
  exit();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.