listing all pastes works
[phorkie.git] / www / www-header.php
index 8b99234a0b091216d5129158a93c8030fcffebb4..520d793520627c73ae116f882e0a6fdf299014dc 100644 (file)
@@ -47,7 +47,7 @@ function render($tplname, $vars)
 }
 function redirect($target)
 {
-    header('Location: /' . $target);
+    header('Location: ' . $target);
     exit();
 }
 ?>
\ No newline at end of file