| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/innoutstorage_bk20210521/en/ |
Upload File : |
<?php
require_once ('../webadmin/basic_info.php');
$sql = "SELECT * FROM otherspage WHERE ospageid=? ";
$parameters = array(3);
$page_info = bind_pdo($sql, $parameters, "selectone");
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<?php require_once ("html_head.php") ?>
</head>
<body class="stretched no-transition">
<?php require_once ("google_analysis.php"); ?>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<?php require_once ("html_header.php") ?>
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<div class="heading-block center">
<h1>Terms and Conditions</h1>
<span></span>
</div>
<div class="editor_content">
<?=htmlspecialchars_decode($page_info["ospagedesc_".$langcode])?>
</div>
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<?php require_once ("html_footer.php"); ?>
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="../js/functions.js"></script>
</body>
</html>