Logo

GitLab

Sign in

piwigo / Ldap_Login

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 6
  • Merge Requests 0
  • Labels
master
  • Ldap_Login
  • language
  • ru_RU
  • index.php
  • Basic Import
    64767af6
    spelth authored
    10 years ago  
    Browse Code »
index.php 129 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>