"; } else { commit_sandbox_to_live($_REQUEST['comment']); echo "Changes Committed to live busses.
"; echo 'Are you sure you want to commit your current paddles? Doing so will place them in the live database and they will go into effect as the busses synchronize."; echo "

Do Not Commit

"; echo '
Enter your comment for this revision:

'; } if(isset($_REQUEST['load_old_confirm'])) { $found=false; foreach($vers as $ver) { if(!strcmp($ver,$_REQUEST['version'])) { $found=true; break; } } if(!$found) { echo "Could not find saved data version \"${_REQUEST['version']}\"!
"; } else { load_sandbox_from_old($_REQUEST['version']); echo "Previous configuration \"${_REQUEST['version']}\" loaded.
"; echo ''; echo '

Loading saved data will wipe out any stops and paddles currently in the editor.

'; echo 'Please select an old configuration to load into the editor: "; echo ''; echo ''; echo ''; } echo '
'; echo '
Commit current Paddles and Stops to the live server.'; echo '
'; echo 'Load Old Configuration into editor'; ?>