13 lines
248 B
PHP
Executable File
13 lines
248 B
PHP
Executable File
<?php
|
|
/*=======================================================================
|
|
*
|
|
* index.php
|
|
*
|
|
* Autor: Carsten Annacker
|
|
*
|
|
=======================================================================*/
|
|
|
|
header("Location: admin/start.php");
|
|
|
|
?>
|