Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195118
Collapse All | Expand All

(-)a/htdocs/always.php (-1 / +1 lines)
Lines 87-93 Link Here
87
}
87
}
88
88
89
// Ensure that ../inc is in our included paths as early as possible
89
// Ensure that ../inc is in our included paths as early as possible
90
set_include_path( '../inc'. PATH_SEPARATOR. get_include_path());
90
set_include_path( '../hostroot/inc'. PATH_SEPARATOR. get_include_path());
91
91
92
92
93
/** We actually discovered this and worked around it earlier, but we can't log it until the utilties are loaded */
93
/** We actually discovered this and worked around it earlier, but we can't log it until the utilties are loaded */

Return to bug 195118