Files
Emi 07ec659385 Importing project into Git
This project lived only on the server without version control. This is now the starting point for the repository.
2023-05-23 20:03:24 +02:00

6 lines
165 B
PHP

<?php
if ( !defined( 'QA_VERSION' ) ) { // don't allow this page to be requested directly from browser
header( 'Location: ../../' );
exit;
}