Vylepseno (zjednoduseno) rozhrani pro assistanty
[mirrors/SokoMan.git] / assistants / go.inc.php
index c74bbaedfbd719e03ace82feef8ee62f6256b75f..d488e5edc982cbbe3aae6dca5fffae8790df8b5f 100644 (file)
@@ -1,6 +1,4 @@
 <?php
-//$script = $_SERVER['SCRIPT_NAME'].'/assistant/go';
-
 $id=$_GET['q'];
 $barcode_prefix_regexp = '/^'.preg_replace('/\//', '\/', BARCODE_PREFIX).'/';
 if(preg_match($barcode_prefix_regexp, $id)) $id=preg_replace($barcode_prefix_regexp, '', $id);
This page took 0.097385 seconds and 4 git commands to generate.