ok

Mini Shell

Direktori : /home2/selectio/www/thecomponents.in/admin/
Upload File :
Current File : /home2/selectio/www/thecomponents.in/admin/delivery-boy-play-store-privacy-policy.php

<?php include('includes/crud.php');
	$db = new Database();
	$db->connect();
	$sql = "SELECT value FROM `settings` where `variable` ='delivery_boy_privacy_policy'";
	$db->sql($sql);
	$res = $db->getResult();
	
?>
<!DOCTYPE html>
<html>
<head>
	<meta charset='utf-8'>
	<meta name='viewport' content='width=device-width'>
	<title>Delivery Boy Privacy 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