File "index.php"
Full Path: /home/humancap/cl.humancap.com.my/install/index.php
File size: 237 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
header("X-Robots-Tag: noindex", true);
if (!file_exists('install.lock')) {
header('Location: do-install.php');
exit;
} else {
echo 'Installer is locked.<br>Remove install.lock from your server then retry.';
exit;
}