BUG windows backup, setting the path doesn t work, so I remove this.

This commit is contained in:
Dany De Bontridder 2008-10-07 20:10:56 +00:00
parent 5ee613b9c2
commit 668a971dff

View file

@ -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']))