File "index.php"

Full Path: /home/humancap/cl.humancap.com.my/admin/secure/class/secure/index.php
File size: 138 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (file_exists($_SERVER['SCRIPT_NAME'] . 'install.lock')) {
    header('Location: /');
    exit;
}

include_once 'do-install.php';