hledani v carovejch kodech
[mirrors/SokoMan.git] / apis / go.inc.php
... / ...
CommitLineData
1<?php
2if(!isset($_GET['q'])) $this->post_redirect_get('',"This assistant shouldn't be used like this");
3$id=$_GET['q'];
4$barcode_prefix_regexp = '/^'.preg_replace('/\//', '\/', BARCODE_PREFIX).'/';
5if(preg_match($barcode_prefix_regexp, $id)) $id=preg_replace($barcode_prefix_regexp, '', $id);
6if(preg_match('/\//', $id)) $this->post_redirect_get(strtolower($id));
7 else $this->post_redirect_get('?q='.urlencode($id));
This page took 0.076066 seconds and 4 git commands to generate.