| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/app.houseland.info/application/views/authentication/includes/ |
Upload File : |
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?>
<!DOCTYPE html>
<html lang="en" dir="<?php echo is_rtl() ? 'rtl' : 'ltr'; ?>">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<title>
<?php echo e(get_option('companyname')); ?> - <?php echo _l('admin_auth_login_heading'); ?>
</title>
<?php echo app_compile_css('admin-auth'); ?>
<style>
body,
html {
font-size: 16px;
}
body>* {
font-size: 14px;
}
body {
font-family: "Inter", sans-serif;
color: #475569;
margin: 0;
padding: 0;
}
.company-logo {
padding: 25px 10px;
display: block;
}
.company-logo img {
margin: 0 auto;
display: block;
}
@media screen and (max-height: 575px),
screen and (min-width: 992px) and (max-width:1199px) {
#rc-imageselect,
.g-recaptcha {
transform: scale(0.83);
-webkit-transform: scale(0.83);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
}
</style>
<?php if (show_recaptcha()) { ?>
<script src='https://www.google.com/recaptcha/api.js'></script>
<?php } ?>
<?php if (file_exists(FCPATH . 'assets/css/custom.css')) { ?>
<link href="<?php echo base_url('assets/css/custom.css'); ?>" rel="stylesheet" id="custom-css">
<?php } ?>
<?php hooks()->do_action('app_admin_authentication_head'); ?>
</head>