From 668a971dff43c7b120859288e39b30744095856f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 7 Oct 2008 20:10:56 +0000 Subject: [PATCH] BUG windows backup, setting the path doesn t work, so I remove this. --- html/backup.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/html/backup.php b/html/backup.php index 195b212bd..3a52a7467 100644 --- a/html/backup.php +++ b/html/backup.php @@ -38,10 +38,6 @@ if ($User->admin != 1) { /*!\file * \brief Make and restore backup */ -/* For windows we need to set the path correctly */ -if ( defined ('PG_PATH') ) - putenv("PATH=".PG_PATH); - if ( isset ($_REQUEST['sa']) ) { if ( ! isset ($_REQUEST['d']) || ! isset($_REQUEST['t']))