postfixadmin/images/index.php

18 lines
188 B
PHP
Raw Permalink Normal View History

2022-07-30 18:50:24 +02:00
<?php
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
header ("Location: ../login.php");
exit;
?>