BUG Backup restore for windows
This commit is contained in:
parent
ec252a5df4
commit
5ee613b9c2
3 changed files with 3 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ if ($User->admin != 1) {
|
|||
*/
|
||||
/* For windows we need to set the path correctly */
|
||||
if ( defined ('PG_PATH') )
|
||||
putenv("PATH=",PG_PATH);
|
||||
putenv("PATH=".PG_PATH);
|
||||
|
||||
if ( isset ($_REQUEST['sa']) ) {
|
||||
if ( ! isset ($_REQUEST['d']) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue