Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152703 | Differences between
and this patch

Collapse All | Expand All

(-)include/config.php.old (-1 / +1 lines)
Lines 146-152 Link Here
146
error_reporting(E_ALL);
146
error_reporting(E_ALL);
147
147
148
/* include base modules */
148
/* include base modules */
149
include($config["library_path"] . "/adodb/adodb.inc.php");
149
include("/usr/share/php/adodb/adodb.inc.php");
150
include($config["library_path"] . "/database.php");
150
include($config["library_path"] . "/database.php");
151
include_once($config["library_path"] . "/functions.php");
151
include_once($config["library_path"] . "/functions.php");
152
include_once($config["include_path"] . "/config_constants.php");
152
include_once($config["include_path"] . "/config_constants.php");

Return to bug 152703