0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/languages/index.php

23 lines
345 B
PHP
Raw Permalink Normal View History

<?php
2022-06-28 14:46:11 +02:00
2018-01-26 15:45:57 +01:00
//
// Postfix Admin
// by Mischa Peters <mischa at high5 dot net>
// Copyright (c) 2002 - 2005 High5!
// Licensed under GPL for more info check GPL-LICENSE.TXT
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
2018-01-26 15:45:57 +01:00
header("Location: ../login.php");
exit;