# HG changeset patch # User Zoe Hong # Date 1434978778 -7200 # Node ID 0a03c75499e60edb0b5ad8d6e7480142df6c8c9e # Parent 2c35af0d78f3e70a2c99740d40afe880ca669c8c bug fixed: sessionId after saving diff -r 2c35af0d78f3 -r 0a03c75499e6 check_sections_details.php --- a/check_sections_details.php Mon Jun 22 14:27:13 2015 +0200 +++ b/check_sections_details.php Mon Jun 22 15:12:58 2015 +0200 @@ -107,13 +107,15 @@ if ($current_editor == null) { // redirect to LGServices homepage - header('Location: http://localgazetteers/LGServices'); + header("Location: "+$lgserver_url+"LGServices"); + //header('Location: http://localgazetteers/LGServices'); } } else { // test locally // redirect to LGServices homepage - header('Location: http://localgazetteers/LGServices'); + header("Location: "+$lgserver_url+"LGServices"); + //header('Location: http://localgazetteers/LGServices'); } ?> @@ -178,9 +180,8 @@
-