X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fwebredirect.php;h=cca10b1d54ec87cf9a8584000c925200007f06d4;hb=21d2cba66c9ee81e2bbb9acbd83564de248f8e46;hp=fd83b8d03e683a373a243f38f0d112093542983d;hpb=787bb3d745141f2f85bd947ad7dd775d2c63f908;p=platal.git diff --git a/htdocs/webredirect.php b/htdocs/webredirect.php index fd83b8d..cca10b1 100644 --- a/htdocs/webredirect.php +++ b/htdocs/webredirect.php @@ -1,6 +1,6 @@ mail->alias_dom); + WHERE al.alias = {?} + GROUP BY redirecturl", $username); if ($url = $res->fetchOneCell()) { $url = preg_replace('@/+$@', '', $url);