View Issue Details

IDProjectCategoryView StatusLast Update
0001846mantisbtbugtrackerpublic2003-12-13 04:59
Reporterdwethell Assigned Tojlatour  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0001846: unable to override values in default/config_inc2.php
Description

This is similar to what used to happen with config_inc1.php. I am overriding the g_logout_page link and it doesn't take unless I comment out or remove the line from the config_inc2.php file. Currently the order of inclusion for the config files is:

default/config_inc1.php
config_inc.php
default/config_inc2.php

doesn't this mean that we won't be able to override the settings in config_inc2.php? Shouldn't config_inc2.php be loaded after config_inc1.php and before the custom config_inc.php?

TagsNo tags attached.

Activities

jlatour

jlatour

2002-05-26 12:29

reporter   ~0002684

$g_logout_page should only appear in config_inc2.php

None of the files are supposed to redefine variables, they're not defaults.