At 09:23 12/09/2002 +0200, ILLAN Sebastian wrote:
> > Looks okay to me. Can you confirm it's being called?
>What do you mean by "it's being called" ?
  He means that you should try to add something like this in your 
sources.php, somewhere at the end :
var_dump($cfgSources);
print("source.php was read");
die();
so you are certain if the file is actually read or not.
Rgds,
Ronnie.