qa-page-favorites.php 353 Bytes
Newer Older
1 2 3 4 5
<?php
/**
 * @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
 */

6 7 8 9 10 11 12 13 14
if (!defined('QA_VERSION')) {
	header('Location: ../');
	exit;
}

if (defined('QA_DEBUG_PERFORMANCE') && QA_DEBUG_PERFORMANCE) {
	trigger_error('Included file ' . basename(__FILE__) . ' is deprecated');
}

15
require_once QA_INCLUDE_DIR.'pages/favorites.php';