]> git.bts.cx Git - cx.git/blob - cx/lib/http.php
Basic support for pagination
[cx.git] / cx / lib / http.php
1 <?php
2
3 function cx_http_redirect($url) {
4 header('Location: ' . $url, true, 302);
5 }