We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b6069 commit 3ea782aCopy full SHA for 3ea782a
1 file changed
ui/generator-connector.php
@@ -83,11 +83,11 @@
83
84
// false, because we receive redirect
85
if ($result === FALSE) {
86
- header("Location: http://localhost:8082/ui/index.php?aframe=true&model=$model&setup=web_a-frame/default&srcDir=data-gen");
+ header("Location: index.php?aframe=true&model=$model&setup=web_a-frame/default&srcDir=data-gen");
87
die();
88
}
89
90
// will be seen if something went wrong
91
var_dump($result);
92
93
-?>
+?>
0 commit comments