Commit b6df86f4 by Scott

Replace old qa-ajax-* files with stubs

parent db7c8069
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/answer.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/asktitle.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/category.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/click-admin.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/click-answer.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/click-comment.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/click-pm.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/click-wall.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/comment.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/favorite.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/mailing.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/notice.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/recalc.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/show-comments.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/version.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/vote.php';
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
require_once 'ajax/wallpost.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