mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Remove chat drafts
Удаляем заготовки для чата, раньше времени включенные в основную ветку. Чат отдельной веткой разрабатывается и будет включен только после 600 ревизии.
This commit is contained in:
parent
317691eb5f
commit
5f18edc936
3 changed files with 0 additions and 13 deletions
|
@ -32,7 +32,6 @@ switch ($ajax->action)
|
|||
require(INC_DIR . 'bbcode.php');
|
||||
break;
|
||||
|
||||
case 'chat':
|
||||
case 'posts':
|
||||
case 'post_mod_comment':
|
||||
require(INC_DIR . 'bbcode.php');
|
||||
|
@ -99,7 +98,6 @@ class ajax_common
|
|||
'post_mod_comment' => array('mod'),
|
||||
|
||||
'avatar' => array('user'),
|
||||
'chat' => array('user'),
|
||||
'gen_passkey' => array('user'),
|
||||
'change_torrent' => array('user'),
|
||||
'change_tor_status' => array('user'),
|
||||
|
@ -416,11 +414,6 @@ class ajax_common
|
|||
require(AJAX_DIR . 'avatar.php');
|
||||
}
|
||||
|
||||
function chat()
|
||||
{
|
||||
require(AJAX_DIR . 'chat.php');
|
||||
}
|
||||
|
||||
function sitemap()
|
||||
{
|
||||
require(AJAX_DIR .'sitemap.php');
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_AJAX')) die(basename(__FILE__));
|
||||
|
||||
// TODO 593
|
|
@ -284,7 +284,6 @@ define('BB_BT_TORHELP', 'bb_bt_torhelp');
|
|||
define('BB_BT_TORSTAT', 'bb_bt_torstat');
|
||||
define('BB_CATEGORIES', 'bb_categories');
|
||||
define('BB_CAPTCHA', 'bb_captcha');
|
||||
define('BB_CHAT', 'bb_chat');
|
||||
define('BB_CONFIG', 'bb_config');
|
||||
define('BB_CRON', 'bb_cron');
|
||||
define('BB_DISALLOW', 'bb_disallow');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue