Skip to content

Commit

Permalink
Merge pull request #140 from softvis-research/development
Browse files Browse the repository at this point in the history
fix path to aframe setup file
  • Loading branch information
naraesk authored Feb 9, 2020
2 parents bedc8b9 + ac6b06b commit ef01c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/scripts/GenerationForm/generator-connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
$return = curl_exec($curl);
curl_close ($curl);
if ($return == "OK") {
header("Location: ../../index.php?aframe=true&model=$model&setup=web_a-frame/default&srcDir=data-gen");
header("Location: ../../index.php?aframe=true&model=$model&setup=default&srcDir=data-gen");
die();
}

Expand Down

0 comments on commit ef01c18

Please sign in to comment.