| 5 system.module | system_php() |
| 6 system.admin.inc | system_php() |
| 7 system.admin.inc | system_php() |
| 8 system.admin.inc | system_php() |
Menu callback: return information about PHP.
1 string reference to 'system_php'
File
- modules/
system/ system.admin.inc, line 2343 - Admin page callbacks for the system module.
Code
function system_php() {
phpinfo();
drupal_exit();
}
Login or register to post comments