code? i'm not sure what you mean, but this is what the start of the index says :
<?PHP
if ( file_exists ("./ganesha.inc.php") )
{
include ("./ganesha.inc.php") ;
}
and the bit in ganesha.inc.php says :
$inc_path = '/apache/htdocs/lms/ganesha/php/inc/' ;
$ext = '.php';
include ($inc_path.'common.inc'.$ext);
i'm on win2k, i saw something saying in windows, include paths should be other slash - \ not / - tried it, and it didn't help.