Sign in
apache
/
vcl
/
refs/heads/develop
/
.
/
web
/
shibauth
/
index.php
blob: c6ad42a00bb7013bccd15c6b62e004bf132be980 [
file
]
<?
php
@require_once
(
'../.ht-inc/conf.php'
);
header
(
"Location: "
.
BASEURL
.
SCRIPT
);
?>