mirror of
https://github.com/godotengine/godot-question2answer.git
synced 2026-01-03 14:09:40 +03:00
This project lived only on the server without version control. This is now the starting point for the repository.
6 lines
165 B
PHP
6 lines
165 B
PHP
<?php
|
|
|
|
if ( !defined( 'QA_VERSION' ) ) { // don't allow this page to be requested directly from browser
|
|
header( 'Location: ../../' );
|
|
exit;
|
|
} |