Remove the "Select Profile" section from "Report Issue"

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
maladhal
Posts: 3
Joined: 03 Dec 2010, 16:58

Remove the "Select Profile" section from "Report Issue"

Post by maladhal »

Hi,

How do I remove the "Select Profile" (the bit with Platform, OS and OS Version) from the Report issue page?

Cheers
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Remove the "Select Profile" section from "Report Issue"

Post by atrol »

add the following line to file config_inc.php

Code: Select all

$g_enable_profiles = OFF;
Please use Search before posting and read the Manual
Post Reply