Komplet prepsano (a prelozeno) menu, Prohloubena abstrakce generovani HTML kodu
[mirrors/SokoMan.git] / assistants / go.inc.php
index c74bbaedfbd719e03ace82feef8ee62f6256b75f..a0521018779d4b40a6f16f64ecce26936e1ff313 100644 (file)
@@ -1,6 +1,5 @@
 <?php
-//$script = $_SERVER['SCRIPT_NAME'].'/assistant/go';
-
+if(!isset($_GET['q'])) $this->post_redirect_get('',"This assistant shouldn't be used like this");
 $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.084261 seconds and 4 git commands to generate.