mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Bugsnag integration and some bugfixes in for cycles.
This commit is contained in:
parent
8104657016
commit
f7cc55b984
10 changed files with 39 additions and 25 deletions
4
ajax.php
4
ajax.php
|
@ -26,10 +26,10 @@
|
|||
define('BB_SCRIPT', 'ajax');
|
||||
define('IN_AJAX', true);
|
||||
|
||||
$ajax = new TorrentPier\Legacy\Ajax();
|
||||
|
||||
require __DIR__ . '/common.php';
|
||||
|
||||
$ajax = new TorrentPier\Legacy\Ajax();
|
||||
|
||||
$ajax->init();
|
||||
|
||||
// Init userdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue