X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fskins.php;h=9dc00b8b1dedca6f2170592935cf9056e39f5284;hb=a11e04a6cc4461ae0a3b44094cd68dcc2a95ff1f;hp=651e9e929a46811af2ee655c51c13cfbd1671094;hpb=d9a33f98749460b66f1d282a29579dce540a459c;p=platal.git diff --git a/htdocs/skins.php b/htdocs/skins.php index 651e9e9..9dc00b8 100644 --- a/htdocs/skins.php +++ b/htdocs/skins.php @@ -21,7 +21,7 @@ require_once('xorg.inc.php'); if (!$globals->skin->enable) { - header('Location: index.php'); + redirect('index.php'); } new_skinned_page('skins.tpl', AUTH_COOKIE); $page->assign('xorg_title','Polytechnique.org - Skins');