sintonia/install/index.php
paul.baranowski 15153727c1 CC-1971
Remove "?>" from the end of pure-PHP files to prevent "HEADERS ALREADY SENT"
2011-02-22 18:22:31 +01:00

3 lines
38 B
PHP

<?php
header ("location: ../");
exit;