-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhiligth.php
More file actions
44 lines (38 loc) · 1.22 KB
/
hiligth.php
File metadata and controls
44 lines (38 loc) · 1.22 KB
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
<?php
/* $"hilight_voice": "1",
"hilight_data": "1",
"hilight_wifi": "1",
"hilight_sms": "1",
"hilight_mms": "1",
"hilight_tv_anywhere": "1",
"hilight_truecard": "1",
*/
$data = array(
'hilight_voice' => '1',
'hilight_data' => '1',
'hilight_wifi' => '1',
'hilight_sms' => '1',
'hilight_mms' => '1',
'hilight_tv_anywhere' => '1',
'hilight_truecard' => '1'
);
file_put_contents('hilight_file.txt',json_encode($data));
$data2 = array(
"tag_voice_th" => "1",
"tag_data_th"=> "1",
"tag_wifi_th"=> "1",
"tag_sms_th"=> "1",
"tag_mms_th"=> "1",
"tag_tv_anywhere_th"=> "1",
"tag_tv_truecard_th"=> "1");
file_put_contents('data2.txt',json_encode($data2));
$data3 =array (
"tag_voice_en"=> "1",
"tag_data_en"=> "1",
"tag_wifi_en"=> "1",
"tag_sms_en"=> "1",
"tag_mms_en"=> "1",
"tag_tv_anywhere_en"=> "1",
"tag_tv_truecard_en"=> "1"
);
file_put_contents('data3.txt',json_encode($data3));