Files
votianng/html/index.php
2026-03-29 10:34:57 +02:00

13 lines
248 B
PHP
Executable File

<?php
/*=======================================================================
*
* index.php
*
* Autor: Carsten Annacker
*
=======================================================================*/
header("Location: admin/start.php");
?>