File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88
88
</div>
89
89
<?php include_once '../components/js.php ' ; ?>
90
90
<?php $ utils ->script (
91
- 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" '
91
+ 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js '
92
92
); ?>
93
93
<?php $ utils ->script (
94
94
'https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js '
Original file line number Diff line number Diff line change 115
115
); ?>
116
116
<?php $ utils ->script ('chart-bar-demo.js ' , 'admin/assets/demo ' ); ?>
117
117
<?php $ utils ->script (
118
- 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" '
118
+ 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js '
119
119
); ?>
120
120
<?php $ utils ->script (
121
121
'https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js '
Original file line number Diff line number Diff line change 79
79
</div>
80
80
<?php include_once '../components/js.php ' ; ?>
81
81
<?php $ utils ->script (
82
- 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" '
82
+ 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js '
83
83
); ?>
84
84
<?php $ utils ->script (
85
85
'https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js '
Original file line number Diff line number Diff line change 95
95
</div>
96
96
<?php include_once '../components/js.php ' ; ?>
97
97
<?php $ utils ->script (
98
- 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" '
98
+ 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js '
99
99
); ?>
100
100
<?php $ utils ->script (
101
101
'https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js '
Original file line number Diff line number Diff line change 88
88
</div>
89
89
<?php include_once '../components/js.php ' ; ?>
90
90
<?php $ utils ->script (
91
- 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" '
91
+ 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js '
92
92
); ?>
93
93
<?php $ utils ->script (
94
94
'https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js '
Original file line number Diff line number Diff line change 95
95
</div>
96
96
<?php include_once '../components/js.php ' ; ?>
97
97
<?php $ utils ->script (
98
- 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" '
98
+ 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js '
99
99
); ?>
100
100
<?php $ utils ->script (
101
101
'https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js '
Original file line number Diff line number Diff line change 98
98
</div>
99
99
<?php include_once '../components/js.php ' ; ?>
100
100
<?php $ utils ->script (
101
- 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" '
101
+ 'https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js '
102
102
); ?>
103
103
<?php $ utils ->script (
104
104
'https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js '
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ public function isExist($token)
221
221
}
222
222
}
223
223
224
- return false ;
224
+ return true ;
225
225
}
226
226
227
227
/**
@@ -245,12 +245,12 @@ public function isExpired($key)
245
245
246
246
if (round ($ diff / 3600 ) >= 24 ) {
247
247
$ this ->deleteToken ($ key );
248
- return false ;
248
+ return true ;
249
249
}
250
250
251
- return true ;
251
+ return false ;
252
252
}
253
253
254
- return true ;
254
+ return false ;
255
255
}
256
256
}
You can’t perform that action at this time.
0 commit comments