system_php

Versions
5 – 7
system_php()

Menu callback: return information about PHP.

Code

modules/system/system.module, line 1777

<?php
function system_php() {
  phpinfo(INFO_GENERAL | INFO_CONFIGURATION);
  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.