mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Minor improvements (#804)
This commit is contained in:
parent
bfb43fe4dd
commit
f653634f19
8 changed files with 9 additions and 3 deletions
1
ajax.php
1
ajax.php
|
@ -12,6 +12,7 @@ define('IN_AJAX', true);
|
|||
|
||||
require __DIR__ . '/common.php';
|
||||
|
||||
// Init Ajax class
|
||||
$ajax = new TorrentPier\Ajax();
|
||||
$ajax->init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue