ok

Mini Shell

Direktori : /home2/selectio/www/ramali.in/dashboard/
Upload File :
Current File : /home2/selectio/www/ramali.in/dashboard/front-end-play-store-shipping-policy.php

<?php include('includes/crud.php');
	$db = new Database();
	$db->connect();
	$sql = "SELECT value FROM `settings` where `variable` ='shipping_policy'";
	$db->sql($sql);
	$res = $db->getResult();
	
?>
<!DOCTYPE html>
<html>
<head>
	<meta charset='utf-8'>
	<meta name='viewport' content='width=device-width'>
	<title>Play store Shipping Policy</title>
	<style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; } </style>
</head>
<body>
	<?php echo $res[0]['value'];?>
</body>
</html>

Zerion Mini Shell 1.0