Page MenuHomeIn-Portal Phabricator

sections_core-sections.php
No OneTemporary

File Metadata

Created
Mon, Jun 30, 2:59 AM

sections_core-sections.php

<?php
defined('FULL_PATH') or die('restricted access!');
$remove_sections = Array (
'in-portal:reviews',
'in-portal:reports',
'in-portal:help',
'in-portal:backup',
'in-portal:restore',
'in-portal:main_import',
'in-portal:sql_query',
'in-portal:server_info',
);
// section in debug mode
$debug_only_sections = Array (
'in-portal:configure_advanced',
'in-portal:tools',
);

Event Timeline