Skip to content

Commit

Permalink
whatever i changed
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchy- committed Jan 25, 2015
1 parent 1ba3020 commit aa91992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/z.cr.rs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ else

function redirect($id)
{
die("redirect $id");
$urls=load_urls();
var_dump($urls);
die();
if (isset($urls[$id])==True)
{
$long=$urls[$id];
Expand Down

0 comments on commit aa91992

Please sign in to comment.