http://chan.dswarmsikhttkg7jgsoyfiqpj3ighupfrvuz5ri3lu5q2dlqyrpgk7ad.onion/g/res/5.html
hasPermission($config['mod']['view_php_info']))
error($config['error']['noaccess']);
// get content
ob_start();
phpinfo();
$php_info_content = ob_get_clean();
mod_page(_('PHP info'), $config['file_mod_php_info'], array('php_info_content' => $php_info_content));
} Here the mod page titled PHP info is built (together with stylesheets, boardlist & footer, like every other mod pages), and variable php_info_content is constructed by array , this variable...