mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update ajax.php
This commit is contained in:
parent
3406272f1a
commit
9d90d7f155
3
ajax.php
3
ajax.php
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
define('IN_AJAX', true);
|
define('IN_AJAX', true);
|
||||||
define('BB_SCRIPT', 'ajax');
|
define('BB_SCRIPT', 'ajax');
|
||||||
|
define('BB_ROOT', './');
|
||||||
|
|
||||||
$ajax = new ajax_common();
|
$ajax = new ajax_common();
|
||||||
|
|
||||||
require('./common.php');
|
require(BB_ROOT .'common.php');
|
||||||
|
|
||||||
$ajax->init();
|
$ajax->init();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user