Final Fixes And Clean Up
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if (isset($_POST) && !empty($_POST)){
|
||||
if (isset($_POST['submitFinal']) && $_POST['submitFinal'] != "") {
|
||||
SceneManager::create($_POST['sceneIcon'], $_POST['sceneName'], json_encode($_POST['devices']));
|
||||
header('Location: ' . BASEDIR . strtolower(basename(__FILE__, '.php')));
|
||||
header('Location: ' . BASEURL . strtolower(basename(__FILE__, '.php')));
|
||||
die();
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ if (isset($_POST) && !empty($_POST)){
|
||||
echo '<pre>';
|
||||
var_dump($_POST);
|
||||
echo '</pre>';
|
||||
echo '<a href="/' . BASEDIR . strtolower(basename(__FILE__, '.php')).'">CONTINUE</a>';
|
||||
echo '<a href="/' . BASEURL . strtolower(basename(__FILE__, '.php')).'">CONTINUE</a>';
|
||||
die();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user