-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe2e.php
More file actions
79 lines (73 loc) · 1.17 KB
/
Copy pathe2e.php
File metadata and controls
79 lines (73 loc) · 1.17 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?php
// $fechas = ["2017-10-30","2017-10-31","2017-11-01","2017-11-02", "2017-11-03", "2017-11-04", "2017-11-05", "2017-11-06"];
$fechas =[
"2017-07-01",
"2017-07-02",
"2017-07-03",
"2017-07-04",
"2017-07-05",
"2017-07-06",
"2017-07-07",
"2017-07-08",
"2017-07-09",
"2017-07-10",
"2017-07-11",
"2017-07-12",
"2017-07-13",
"2017-07-14",
"2017-07-15",
"2017-07-16",
"2017-07-17",
"2017-07-18",
"2017-07-19",
"2017-07-20",
"2017-07-21",
"2017-07-22",
"2017-07-23",
"2017-07-24",
"2017-07-25",
"2017-07-26",
"2017-07-27",
"2017-07-28",
"2017-07-29",
"2017-07-30",
"2017-07-31",
"2017-08-01",
"2017-08-02",
"2017-08-03",
"2017-08-04",
"2017-08-05",
"2017-08-06",
"2017-08-07",
"2017-08-08",
"2017-08-09",
"2017-08-10",
"2017-08-11",
"2017-08-12",
"2017-08-13",
"2017-08-14",
"2017-08-15",
"2017-08-16",
"2017-08-17",
"2017-08-18",
"2017-08-19",
"2017-08-20",
"2017-08-21",
"2017-08-22",
"2017-08-23",
"2017-08-24",
"2017-08-25",
"2017-08-26",
"2017-08-27",
"2017-08-28",
"2017-08-29",
"2017-08-30",
"2017-08-31"
];
$horas = ['08:00', '12:00', '16:00'];
foreach ($fechas as $fecha) {
foreach ($horas as $hora) {
$argv[1] = "$fecha $hora";
include('liberarCitasVisado.php');
}
}