Search found 1 match

by nicnac25
30 May 2006, 08:34
Forum: Customizations
Topic: Remove severity
Replies: 3
Views: 8981

Go in the directory you installed mantis.
If the file config_inc.php doesn't exist create it.
The file should start with <?php and end with ?>
Between those two, add the following line :

$g_severity_enum_string = '10:feature,30:text,40:tweak,50:minor,60:major,70:crash,80:block';

and you shouldn't ...