Vylepseno (zjednoduseno) rozhrani pro assistanty
[mirrors/SokoMan.git] / assistants / dispose.inc.php
index 56622bfe40837b13da1de014d61499de388d7e88..691b258665fc6af99b5081c25bfcaf1bb3e956c9 100644 (file)
@@ -1,9 +1,8 @@
 <?php
-$script = $_SERVER['SCRIPT_NAME'].'/assistant/dispose';
-switch($step) {
+switch($SUBPATH[0]) {
        default: case 1:
 ?>
-<form action="<?=$script?>/2" method="GET">
+<form action="<?=$URL?>/2" method="GET">
        item_serial: <input type="text" name="serial" autofocus />
        <input type="submit" value="DISPOSE" />
 </form>
This page took 0.094774 seconds and 4 git commands to generate.