15 lines
221 B
PHP
15 lines
221 B
PHP
|
|
<?php
|
||
|
|
# If you are reading this, then your web server is not serving PHP files
|
||
|
|
# correctly. Please read the instructions in doc/INSTALL.txt to solve
|
||
|
|
# this problem.
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
header("Location: precheckup.php");
|
||
|
|
?>
|