mirror of
https://github.com/godotengine/godot-question2answer.git
synced 2026-01-01 01:48:37 +03:00
This project lived only on the server without version control. This is now the starting point for the repository.
4 lines
103 B
PHP
4 lines
103 B
PHP
<?php
|
|
// currently, all Q2A code depends on qa-base
|
|
require_once __DIR__.'/../qa-include/qa-base.php';
|