Re: pg_hba.conf can't write
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: pg_hba.conf can't write
Hi Andreas.
This sees the solution of the problem.
Check it, please.
>
> One more strange..
> OK button of the save is tough, and it doesn't become quiet.
> This is investigate.
>
> regards,
> Hiroshi Saito
--- src/ui/frmConfig.cpp.orig Wed Dec 22 09:21:46 2004
+++ src/ui/frmConfig.cpp Wed Dec 22 09:22:28 2004
@@ -199,6 +199,7 @@
if (CheckChanged(event.CanVeto()) && event.CanVeto())
{
event.Veto();
+ if ( filetype != HBAFILE )
return;
}
Destroy();
Home |
Main Index |
Thread Index