<?php
\ndefined('BASEPATH') OR exit('No direct script access allowed');
\n
\nrequire_once 'TorrentRW.php';
\n
\nclass TorrentParser extends CI_Controller {
\n
\n\tpublic $parser;
\n
\n\tfunction __construct($args) {
\n\t\t$this->parser = new <b>Torrent</b>(FCPATH.'/files/torrents/'.$args[0]);
\n\t}
\n
\n}
\n
\n
\n