ldapsaisie/src/templates/default/redirect.tpl
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

13 lines
364 B
Smarty

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<base href="{$public_root_url}/"/>
<META http-equiv="refresh" content='0; URL={$url}'>
<title>LdapSaisie - Redirection</title>
</head>
<body>
</body>
</html>