-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcicilan.php
More file actions
18 lines (18 loc) · 599 Bytes
/
Copy pathcicilan.php
File metadata and controls
18 lines (18 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php require_once 'php_action/db_connect.php' ?>
<?php require_once 'includes/header.php';
require 'functions.php';
?>
<div class="row p-3">
<div class="col-12 col-md-12 text-center p-3 p-md-5 jumbotron">
<div class="p-3 p-md-5 shadow rounded">
<h1>
You need to update
</h1>
<h3>
We are sory on free version boosterpos apps not including this features, so you need to upgrade to premium version with cheap price.
</h3>
<a href="https://wa.me/6285646104747" class="btn btn-lg btn-success rounded pill">WhatsApp Now</a>
</div>
</div>
</div>
<?php require_once 'includes/footer.php'; ?>