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

Collapse All | Expand All

(-)vhcs2-2.4.7.1/gui/include/sql.php (-3 / +3 lines)
Lines 20-28 Link Here
20
20
21
$include_path = realpath(dirname(__FILE__));
21
$include_path = realpath(dirname(__FILE__));
22
22
23
include_once (realpath($include_path.'/adodb/adodb.inc.php'));
23
include_once ('adodb/adodb.inc.php');
24
//include_once (realpath($include_path.'/adodb/tohtml.inc.php'));
24
//include_once ('adodb/tohtml.inc.php');
25
include_once (realpath($include_path.'/adodb/adodb-pager.inc.php'));
25
include_once ('adodb/adodb-pager.inc.php');
26
26
27
27
28
if ($cfg['DB_TYPE'] === 'pgsql') {
28
if ($cfg['DB_TYPE'] === 'pgsql') {

Return to bug 77651