0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/public/images/index.php
2022-06-28 13:46:11 +01:00

18 lines
185 B
PHP

<?php
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
header("Location: ../login.php");
exit;