Viewing File: /home/assersoft/public_html/audiogramnew/app/Controllers/Home.php

<?php

namespace App\Controllers;

class Home extends BaseController
{
    public function index()
    {
        return file_get_contents(FCPATH . 'index.html');
    }
}
Back to Directory File Manager