Commit 5669d75e by Scott

Remove old include stubs

parent 6a39ffaa
<?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.'ajax/answer.php';
<?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.'ajax/asktitle.php';
<?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.'ajax/category.php';
<?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.'ajax/click-admin.php';
<?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.'ajax/click-answer.php';
<?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.'ajax/click-comment.php';
<?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.'ajax/click-pm.php';
<?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.'ajax/click-wall.php';
<?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.'ajax/comment.php';
<?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.'ajax/favorite.php';
<?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.'ajax/mailing.php';
<?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.'ajax/notice.php';
<?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.'ajax/recalc.php';
<?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.'ajax/show-comments.php';
<?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.'ajax/version.php';
<?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.'ajax/vote.php';
<?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.'ajax/wallpost.php';
<?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.'app/admin.php';
<?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.'app/blobs.php';
<?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.'app/captcha.php';
<?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.'app/cookies.php';
<?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.'app/emails.php';
<?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.'app/events.php';
<?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.'app/favorites.php';
<?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.'app/format.php';
<?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.'app/limits.php';
<?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.'app/mailing.php';
<?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.'app/messages.php';
<?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.'app/options.php';
<?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.'app/post-create.php';
<?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.'app/post-update.php';
<?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.'app/posts.php';
<?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.'app/q-list.php';
<?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.'app/recalc.php'; //...although that's also deprecated now.
<?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.'app/search.php';
<?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.'app/updates.php';
<?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.'app/upload.php';
<?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.'app/users-edit.php';
<?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.'app/users.php';
<?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.'app/votes.php';
<?php
/**
* @deprecated This file is deprecated; please use Q2A built-in functions for sending emails.
*/
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 'vendor/PHPMailer/PHPMailerAutoload.php';
<?php
/**
* @deprecated This file is deprecated; please use Q2A built-in functions for sending emails.
*/
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 'vendor/PHPMailer/PHPMailerAutoload.php';
<?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/admin.php';
<?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/blobs.php';
<?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';
<?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/cookies.php';
<?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/events.php';
<?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/favorites.php';
<?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/hotness.php';
<?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/install.php';
<?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/limits.php';
<?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/maxima.php';
<?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/messages.php';
<?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/metas.php';
<?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/notices.php';
<?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/options.php';
<?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/points.php';
<?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/post-create.php';
<?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/post-update.php';
<?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/recalc.php';
<?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/selects.php';
<?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/users.php';
<?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/votes.php';
<?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.'plugins/qa-editor-basic.php';
<?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.'plugins/qa-event-limits.php';
<?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.'plugins/qa-event-notify.php';
<?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.'plugins/qa-event-updates.php';
<?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 'util/external-users-wp.php';
<?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.'plugins/qa-filter-basic.php';
<?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 'vendor/htmLawed.php';
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-admin.php');
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-emails.php');
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-main.php');
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-misc.php');
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-options.php');
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-profile.php');
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-question.php');
<?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');
}
return (include QA_INCLUDE_DIR.'lang/qa-lang-users.php');
<?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.'plugins/qa-layer-voters-flaggers.php';
<?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.'pages/account.php';
<?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.'pages/activity.php';
<?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.'pages/admin/admin-approve.php';
<?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.'pages/admin/admin-categories.php';
<?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.'pages/admin/admin-default.php';
<?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.'pages/admin/admin-flagged.php';
<?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.'pages/admin/admin-hidden.php';
<?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.'pages/admin/admin-moderate.php';
<?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.'pages/admin/admin-pages.php';
<?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.'pages/admin/admin-plugins.php';
<?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.'pages/admin/admin-points.php';
<?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.'pages/admin/admin-recalc.php';
<?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.'pages/admin/admin-stats.php';
<?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.'pages/admin/admin-userfields.php';
<?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.'pages/admin/admin-usertitles.php';
<?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.'pages/admin/admin-widgets.php';
<?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.'pages/answers.php';
<?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.'pages/ask.php';
<?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.'pages/categories.php';
<?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.'pages/comments.php';
<?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.'pages/confirm.php';
<?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.'pages/default.php';
<?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.'pages/favorites-list.php';
<?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.'pages/favorites.php';
<?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.'pages/feedback.php';
<?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.'pages/forgot.php';
<?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.'pages/hot.php';
<?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.'pages/ip.php';
<?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.'pages/login.php';
<?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.'pages/logout.php';
<?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.'pages/message.php';
<?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.'pages/messages.php';
<?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.'pages/question-post.php';
<?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.'pages/question-submit.php';
<?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.'pages/question-view.php';
<?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.'pages/question.php';
<?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.'pages/questions.php';
<?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.'pages/register.php';
<?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.'pages/reset.php';
<?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.'pages/search.php';
<?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.'pages/tag.php';
<?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.'pages/tags.php';
<?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.'pages/unanswered.php';
<?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.'pages/unsubscribe.php';
<?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.'pages/updates.php';
<?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.'pages/user-activity.php';
<?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.'pages/user-answers.php';
<?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.'pages/user-profile.php';
<?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.'pages/user-questions.php';
<?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.'pages/user-wall.php';
<?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.'pages/user.php';
<?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.'pages/users-blocked.php';
<?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.'pages/users-special.php';
<?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.'pages/users.php';
<?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.'plugins/qa-search-basic.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use Q2A_Util_Usage class (Q2A/Util/Usage.php) instead.
*
* The functions in this file are maintained for backwards compatibility, but simply call through to the
* new class where applicable.
*/
if (!defined('QA_VERSION')) {
header('Location: ../');
exit;
}
if (defined('QA_DEBUG_PERFORMANCE') && QA_DEBUG_PERFORMANCE) {
trigger_error('Included file ' . basename(__FILE__) . ' is deprecated');
}
function qa_usage_init()
{
// should already be initialised in qa-base.php
global $qa_usage;
if (empty($qa_usage))
$qa_usage = new Q2A_Util_Usage;
}
function qa_usage_get()
{
global $qa_usage;
return $qa_usage->getCurrent();
}
function qa_usage_delta($oldusage, $newusage)
{
// equivalent function is now private
return array();
}
function qa_usage_mark($stage)
{
global $qa_usage;
return $qa_usage->mark($stage);
}
function qa_usage_line($stage, $usage, $totalusage)
{
// equivalent function is now private
return '';
}
function qa_usage_output()
{
global $qa_usage;
return $qa_usage->output();
}
<?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 'util/image.php';
<?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 'util/sort.php';
<?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 'util/string.php';
<?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.'plugins/qa-viewer-basic.php';
<?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.'plugins/qa-widget-activity-count.php';
<?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.'plugins/qa-widget-ask-box.php';
<?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.'plugins/qa-widget-related-qs.php';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment