Komplet prepsano (a prelozeno) menu, Prohloubena abstrakce generovani HTML kodu
[mirrors/SokoMan.git] / assistants / go.inc.php
index d488e5edc982cbbe3aae6dca5fffae8790df8b5f..a0521018779d4b40a6f16f64ecce26936e1ff313 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+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.14126 seconds and 4 git commands to generate.