Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
resources
phpinfo.php
Go to the documentation of this file.
1
<?php
6
if
(
elgg_get_config
(
'allow_phpinfo'
) !==
true
) {
7
// page is not allowed in elgg-config/settings.php
8
throw
new \Elgg\PageNotFoundException();
9
}
10
11
phpinfo();
elgg_get_config
elgg_get_config($name, $default=null)
Get an Elgg configuration value.
Definition:
configuration.php:105
Generated on Sat Feb 27 2021 00:00:22 for Elgg by
1.8.11