mirror of
https://github.com/godotengine/godot-question2answer.git
synced 2026-01-03 14:09:40 +03:00
Importing project into Git
This project lived only on the server without version control. This is now the starting point for the repository.
This commit is contained in:
15
qa-include/qa-db-cache.php
Normal file
15
qa-include/qa-db-cache.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
|
||||
*/
|
||||
|
||||
if (!defined('QA_VERSION')) {
|
||||
header('Location: ../');
|
||||
exit;
|
||||
}
|
||||
|
||||
if (defined('QA_DEBUG_PERFORMANCE') && QA_DEBUG_PERFORMANCE) {
|
||||
trigger_error('Included file ' . basename(__FILE__) . ' is deprecated');
|
||||
}
|
||||
|
||||
require_once QA_INCLUDE_DIR.'db/cache.php';
|
||||
Reference in New Issue
Block a user