Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
auxlife authored Nov 29, 2017
1 parent fdefcd6 commit 7f574a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
rename("c:\\xampp\\htdocs\\drip\\upload\\".$oldname,"c:\\xampp\\htdocs\\drip\\xdrip.sqlite");
unlink($target_path);
}
$message = "<a href='drip/dbloadfromsqlite.php'>Click Here</a> to import new data.";
$message = "<a href='../dbloadfromsqlite.php'>Click Here</a> to import new data.";
} else {
$message = "There was a problem with the upload. Please try again.";
}
Expand Down

0 comments on commit 7f574a7

Please sign in to comment.