Minor improvements (#804)

This commit is contained in:
Roman Kelesidis 2023-06-11 01:00:41 +07:00 committed by GitHub
commit f653634f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 3 deletions

View file

@ -12,6 +12,7 @@ define('IN_AJAX', true);
require __DIR__ . '/common.php';
// Init Ajax class
$ajax = new TorrentPier\Ajax();
$ajax->init();