Skip to content

Commit 3ea782a

Browse files
author
David Baum
committed
use relative url
1 parent 25b6069 commit 3ea782a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/generator-connector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383

8484
// false, because we receive redirect
8585
if ($result === FALSE) {
86-
header("Location: http://localhost:8082/ui/index.php?aframe=true&model=$model&setup=web_a-frame/default&srcDir=data-gen");
86+
header("Location: index.php?aframe=true&model=$model&setup=web_a-frame/default&srcDir=data-gen");
8787
die();
8888
}
8989

9090
// will be seen if something went wrong
9191
var_dump($result);
9292

93-
?>
93+
?>

0 commit comments

Comments
 (0)