-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.php
More file actions
60 lines (17 loc) · 695 Bytes
/
config.php
File metadata and controls
60 lines (17 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php
$nomor_bisnis_wa = "6285551136903"; //Nomor bisnis / Business Phone Number
$web_name = "Shoperz"; //Judul page atau web / Title for web
$developer = base64_decode('SXZhbiBEd2UgWWFudG8='); // Do Not Change;;
$version = base64_decode('MS4w'); // Script Version
$tahun = base64_decode('MjAyMQ==');
//Jangan Ganti Script di bawah
//Do not change script above
function rupiah($angka){
$hasil_rupiah = "Rp " . number_format($angka,2,',','.');
return $hasil_rupiah;
}
function rupiah_menu($angka){
$hasil_rupiah = "Rp" . number_format($angka,0,',','.');
return $hasil_rupiah;
}
$database_path = "database/data.encrypt"; // DONOT CHANGE THIS SCRIPT