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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
|
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
INFO - 2018-07-23 11:10:22 --> Config Class Initialized INFO - 2018-07-23 11:10:22 --> Hooks Class Initialized DEBUG - 2018-07-23 11:10:22 --> UTF-8 Support Enabled INFO - 2018-07-23 11:10:22 --> Utf8 Class Initialized INFO - 2018-07-23 11:10:22 --> URI Class Initialized INFO - 2018-07-23 11:10:22 --> Config Class Initialized INFO - 2018-07-23 11:10:22 --> Hooks Class Initialized DEBUG - 2018-07-23 11:10:22 --> UTF-8 Support Enabled INFO - 2018-07-23 11:10:22 --> Utf8 Class Initialized INFO - 2018-07-23 11:10:22 --> URI Class Initialized INFO - 2018-07-23 11:10:22 --> Router Class Initialized INFO - 2018-07-23 11:10:22 --> Output Class Initialized INFO - 2018-07-23 11:10:22 --> Security Class Initialized DEBUG - 2018-07-23 11:10:22 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:10:22 --> CSRF cookie sent INFO - 2018-07-23 11:10:22 --> Input Class Initialized INFO - 2018-07-23 11:10:22 --> Language Class Initialized INFO - 2018-07-23 11:10:22 --> Loader Class Initialized INFO - 2018-07-23 11:10:22 --> Helper loaded: form_helper INFO - 2018-07-23 11:10:22 --> Helper loaded: url_helper INFO - 2018-07-23 11:10:22 --> Helper loaded: utility_helper INFO - 2018-07-23 11:10:22 --> Helper loaded: string_helper INFO - 2018-07-23 11:10:22 --> Database Driver Class Initialized INFO - 2018-07-23 11:10:22 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:10:22 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:10:22 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:10:22 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:10:22 --> Encryption Class Initialized INFO - 2018-07-23 11:10:22 --> Form Validation Class Initialized INFO - 2018-07-23 11:10:22 --> Image Lib Class Initialized INFO - 2018-07-23 11:10:23 --> Model "BaseModel" initialized INFO - 2018-07-23 11:10:23 --> Controller Class Initialized DEBUG - 2018-07-23 11:10:23 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-07-23 11:10:23 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-07-23 11:10:23 --> Final output sent to browser DEBUG - 2018-07-23 11:10:23 --> Total execution time: 0.9516 INFO - 2018-07-23 11:10:27 --> Config Class Initialized INFO - 2018-07-23 11:10:27 --> Hooks Class Initialized DEBUG - 2018-07-23 11:10:27 --> UTF-8 Support Enabled INFO - 2018-07-23 11:10:27 --> Utf8 Class Initialized INFO - 2018-07-23 11:10:27 --> URI Class Initialized INFO - 2018-07-23 11:10:27 --> Config Class Initialized INFO - 2018-07-23 11:10:27 --> Hooks Class Initialized DEBUG - 2018-07-23 11:10:27 --> UTF-8 Support Enabled INFO - 2018-07-23 11:10:27 --> Utf8 Class Initialized INFO - 2018-07-23 11:10:27 --> URI Class Initialized INFO - 2018-07-23 11:10:27 --> Router Class Initialized INFO - 2018-07-23 11:10:27 --> Output Class Initialized INFO - 2018-07-23 11:10:27 --> Security Class Initialized DEBUG - 2018-07-23 11:10:27 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:10:27 --> CSRF cookie sent INFO - 2018-07-23 11:10:27 --> Input Class Initialized INFO - 2018-07-23 11:10:27 --> Language Class Initialized INFO - 2018-07-23 11:10:27 --> Loader Class Initialized INFO - 2018-07-23 11:10:27 --> Helper loaded: form_helper INFO - 2018-07-23 11:10:27 --> Helper loaded: url_helper INFO - 2018-07-23 11:10:27 --> Helper loaded: utility_helper INFO - 2018-07-23 11:10:27 --> Helper loaded: string_helper INFO - 2018-07-23 11:10:27 --> Database Driver Class Initialized INFO - 2018-07-23 11:10:27 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:10:27 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:10:27 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:10:27 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:10:27 --> Encryption Class Initialized INFO - 2018-07-23 11:10:27 --> Form Validation Class Initialized INFO - 2018-07-23 11:10:27 --> Image Lib Class Initialized INFO - 2018-07-23 11:10:27 --> Model "BaseModel" initialized INFO - 2018-07-23 11:10:27 --> Controller Class Initialized INFO - 2018-07-23 11:10:27 --> Helper loaded: cryptojs-aes_helper INFO - 2018-07-23 11:10:27 --> Model "Site_info_model" initialized INFO - 2018-07-23 11:10:27 --> Model "Phprbac_roles_model" initialized INFO - 2018-07-23 11:10:27 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\webadmin/index.php INFO - 2018-07-23 11:10:27 --> Final output sent to browser DEBUG - 2018-07-23 11:10:27 --> Total execution time: 0.5928 INFO - 2018-07-23 11:46:18 --> Config Class Initialized INFO - 2018-07-23 11:46:18 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:18 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:18 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:18 --> URI Class Initialized INFO - 2018-07-23 11:46:18 --> Config Class Initialized INFO - 2018-07-23 11:46:18 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:18 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:18 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:18 --> URI Class Initialized INFO - 2018-07-23 11:46:18 --> Router Class Initialized INFO - 2018-07-23 11:46:18 --> Output Class Initialized INFO - 2018-07-23 11:46:18 --> Security Class Initialized DEBUG - 2018-07-23 11:46:18 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:46:18 --> CSRF cookie sent INFO - 2018-07-23 11:46:18 --> Input Class Initialized INFO - 2018-07-23 11:46:18 --> Language Class Initialized INFO - 2018-07-23 11:46:18 --> Loader Class Initialized INFO - 2018-07-23 11:46:18 --> Helper loaded: form_helper INFO - 2018-07-23 11:46:18 --> Helper loaded: url_helper INFO - 2018-07-23 11:46:18 --> Helper loaded: utility_helper INFO - 2018-07-23 11:46:18 --> Helper loaded: string_helper INFO - 2018-07-23 11:46:18 --> Database Driver Class Initialized INFO - 2018-07-23 11:46:18 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:46:18 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:46:18 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:46:18 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:46:18 --> Encryption Class Initialized INFO - 2018-07-23 11:46:18 --> Form Validation Class Initialized INFO - 2018-07-23 11:46:18 --> Image Lib Class Initialized INFO - 2018-07-23 11:46:18 --> Model "BaseModel" initialized INFO - 2018-07-23 11:46:18 --> Controller Class Initialized INFO - 2018-07-23 11:46:18 --> Helper loaded: cryptojs-aes_helper INFO - 2018-07-23 11:46:18 --> Model "Site_info_model" initialized INFO - 2018-07-23 11:46:18 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\webadmin/login.php INFO - 2018-07-23 11:46:18 --> Final output sent to browser DEBUG - 2018-07-23 11:46:18 --> Total execution time: 0.1092 INFO - 2018-07-23 11:46:31 --> Config Class Initialized INFO - 2018-07-23 11:46:31 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:31 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:31 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:31 --> URI Class Initialized INFO - 2018-07-23 11:46:31 --> Router Class Initialized INFO - 2018-07-23 11:46:31 --> Output Class Initialized INFO - 2018-07-23 11:46:31 --> Security Class Initialized DEBUG - 2018-07-23 11:46:31 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:46:31 --> CSRF cookie sent INFO - 2018-07-23 11:46:31 --> CSRF token verified INFO - 2018-07-23 11:46:31 --> Input Class Initialized INFO - 2018-07-23 11:46:31 --> Language Class Initialized INFO - 2018-07-23 11:46:31 --> Loader Class Initialized INFO - 2018-07-23 11:46:31 --> Helper loaded: form_helper INFO - 2018-07-23 11:46:31 --> Helper loaded: url_helper INFO - 2018-07-23 11:46:31 --> Helper loaded: utility_helper INFO - 2018-07-23 11:46:31 --> Helper loaded: string_helper INFO - 2018-07-23 11:46:31 --> Database Driver Class Initialized INFO - 2018-07-23 11:46:31 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:46:31 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:46:31 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:46:31 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:46:31 --> Encryption Class Initialized INFO - 2018-07-23 11:46:31 --> Form Validation Class Initialized INFO - 2018-07-23 11:46:31 --> Image Lib Class Initialized INFO - 2018-07-23 11:46:31 --> Model "BaseModel" initialized INFO - 2018-07-23 11:46:31 --> Controller Class Initialized INFO - 2018-07-23 11:46:31 --> Helper loaded: cryptojs-aes_helper INFO - 2018-07-23 11:46:31 --> Language file loaded: language/en/form_validation_lang.php INFO - 2018-07-23 11:46:31 --> Model "Login_log_model" initialized INFO - 2018-07-23 11:46:31 --> Config Class Initialized INFO - 2018-07-23 11:46:31 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:31 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:31 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:31 --> URI Class Initialized INFO - 2018-07-23 11:46:31 --> Router Class Initialized INFO - 2018-07-23 11:46:31 --> Output Class Initialized INFO - 2018-07-23 11:46:31 --> Security Class Initialized DEBUG - 2018-07-23 11:46:31 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:46:31 --> CSRF cookie sent INFO - 2018-07-23 11:46:31 --> Input Class Initialized INFO - 2018-07-23 11:46:31 --> Language Class Initialized INFO - 2018-07-23 11:46:31 --> Loader Class Initialized INFO - 2018-07-23 11:46:31 --> Helper loaded: form_helper INFO - 2018-07-23 11:46:31 --> Helper loaded: url_helper INFO - 2018-07-23 11:46:31 --> Helper loaded: utility_helper INFO - 2018-07-23 11:46:31 --> Helper loaded: string_helper INFO - 2018-07-23 11:46:31 --> Database Driver Class Initialized INFO - 2018-07-23 11:46:31 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:46:31 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:46:31 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:46:31 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:46:31 --> Encryption Class Initialized INFO - 2018-07-23 11:46:31 --> Form Validation Class Initialized INFO - 2018-07-23 11:46:31 --> Image Lib Class Initialized INFO - 2018-07-23 11:46:31 --> Model "BaseModel" initialized INFO - 2018-07-23 11:46:31 --> Controller Class Initialized INFO - 2018-07-23 11:46:31 --> Helper loaded: cryptojs-aes_helper INFO - 2018-07-23 11:46:31 --> Model "Site_info_model" initialized INFO - 2018-07-23 11:46:31 --> Model "Phprbac_roles_model" initialized INFO - 2018-07-23 11:46:31 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\webadmin/index.php INFO - 2018-07-23 11:46:31 --> Final output sent to browser DEBUG - 2018-07-23 11:46:31 --> Total execution time: 0.1092 INFO - 2018-07-23 11:46:42 --> Config Class Initialized INFO - 2018-07-23 11:46:42 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:42 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:42 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:42 --> URI Class Initialized INFO - 2018-07-23 11:46:42 --> Router Class Initialized INFO - 2018-07-23 11:46:42 --> Output Class Initialized INFO - 2018-07-23 11:46:42 --> Security Class Initialized DEBUG - 2018-07-23 11:46:42 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:46:42 --> CSRF cookie sent INFO - 2018-07-23 11:46:42 --> Input Class Initialized INFO - 2018-07-23 11:46:42 --> Language Class Initialized ERROR - 2018-07-23 11:46:42 --> 404 Page Not Found: webadmin/Permission/index INFO - 2018-07-23 11:46:47 --> Config Class Initialized INFO - 2018-07-23 11:46:47 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:47 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:47 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:47 --> URI Class Initialized INFO - 2018-07-23 11:46:47 --> Router Class Initialized INFO - 2018-07-23 11:46:47 --> Output Class Initialized INFO - 2018-07-23 11:46:47 --> Security Class Initialized DEBUG - 2018-07-23 11:46:47 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:46:47 --> CSRF cookie sent INFO - 2018-07-23 11:46:47 --> Input Class Initialized INFO - 2018-07-23 11:46:47 --> Language Class Initialized ERROR - 2018-07-23 11:46:47 --> 404 Page Not Found: webadmin/Bk_permission/index INFO - 2018-07-23 11:46:51 --> Config Class Initialized INFO - 2018-07-23 11:46:51 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:51 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:51 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:51 --> URI Class Initialized INFO - 2018-07-23 11:46:51 --> Router Class Initialized INFO - 2018-07-23 11:46:51 --> Output Class Initialized INFO - 2018-07-23 11:46:51 --> Security Class Initialized DEBUG - 2018-07-23 11:46:51 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:46:51 --> CSRF cookie sent INFO - 2018-07-23 11:46:51 --> Input Class Initialized INFO - 2018-07-23 11:46:51 --> Language Class Initialized INFO - 2018-07-23 11:46:51 --> Loader Class Initialized INFO - 2018-07-23 11:46:51 --> Helper loaded: form_helper INFO - 2018-07-23 11:46:51 --> Helper loaded: url_helper INFO - 2018-07-23 11:46:51 --> Helper loaded: utility_helper INFO - 2018-07-23 11:46:51 --> Helper loaded: string_helper INFO - 2018-07-23 11:46:51 --> Database Driver Class Initialized INFO - 2018-07-23 11:46:51 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:46:52 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:46:52 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:46:52 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:46:52 --> Encryption Class Initialized INFO - 2018-07-23 11:46:52 --> Form Validation Class Initialized INFO - 2018-07-23 11:46:52 --> Image Lib Class Initialized INFO - 2018-07-23 11:46:52 --> Model "BaseModel" initialized INFO - 2018-07-23 11:46:52 --> Controller Class Initialized INFO - 2018-07-23 11:46:52 --> Model "Sys_user_model" initialized INFO - 2018-07-23 11:46:52 --> Model "Phprbac_permissions_model" initialized INFO - 2018-07-23 11:46:52 --> Model "Phprbac_roles_model" initialized INFO - 2018-07-23 11:46:52 --> Model "Phprbac_userroles_model" initialized INFO - 2018-07-23 11:46:52 --> Model "Phprbac_rolepermissions_model" initialized INFO - 2018-07-23 11:46:52 --> Config Class Initialized INFO - 2018-07-23 11:46:52 --> Hooks Class Initialized DEBUG - 2018-07-23 11:46:52 --> UTF-8 Support Enabled INFO - 2018-07-23 11:46:52 --> Utf8 Class Initialized INFO - 2018-07-23 11:46:52 --> URI Class Initialized INFO - 2018-07-23 11:46:52 --> Router Class Initialized INFO - 2018-07-23 11:46:52 --> Output Class Initialized INFO - 2018-07-23 11:46:52 --> Security Class Initialized DEBUG - 2018-07-23 11:46:52 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:46:52 --> CSRF cookie sent INFO - 2018-07-23 11:46:52 --> Input Class Initialized INFO - 2018-07-23 11:46:52 --> Language Class Initialized INFO - 2018-07-23 11:46:52 --> Loader Class Initialized INFO - 2018-07-23 11:46:52 --> Helper loaded: form_helper INFO - 2018-07-23 11:46:52 --> Helper loaded: url_helper INFO - 2018-07-23 11:46:52 --> Helper loaded: utility_helper INFO - 2018-07-23 11:46:52 --> Helper loaded: string_helper INFO - 2018-07-23 11:46:52 --> Database Driver Class Initialized INFO - 2018-07-23 11:46:52 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:46:52 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:46:52 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:46:52 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:46:52 --> Encryption Class Initialized INFO - 2018-07-23 11:46:52 --> Form Validation Class Initialized INFO - 2018-07-23 11:46:52 --> Image Lib Class Initialized INFO - 2018-07-23 11:46:52 --> Model "BaseModel" initialized INFO - 2018-07-23 11:46:52 --> Controller Class Initialized INFO - 2018-07-23 11:46:52 --> Model "Sys_user_model" initialized INFO - 2018-07-23 11:46:52 --> Model "Phprbac_roles_model" initialized INFO - 2018-07-23 11:46:52 --> Helper loaded: cryptojs-aes_helper INFO - 2018-07-23 11:46:52 --> Model "Site_info_model" initialized INFO - 2018-07-23 11:46:52 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\webadmin/sys_user_index.php INFO - 2018-07-23 11:46:52 --> Final output sent to browser DEBUG - 2018-07-23 11:46:52 --> Total execution time: 0.1560 INFO - 2018-07-23 11:58:32 --> Config Class Initialized INFO - 2018-07-23 11:58:32 --> Hooks Class Initialized DEBUG - 2018-07-23 11:58:32 --> UTF-8 Support Enabled INFO - 2018-07-23 11:58:32 --> Utf8 Class Initialized INFO - 2018-07-23 11:58:32 --> URI Class Initialized INFO - 2018-07-23 11:58:32 --> Router Class Initialized INFO - 2018-07-23 11:58:32 --> Output Class Initialized INFO - 2018-07-23 11:58:32 --> Security Class Initialized DEBUG - 2018-07-23 11:58:32 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:58:32 --> CSRF cookie sent INFO - 2018-07-23 11:58:32 --> Input Class Initialized INFO - 2018-07-23 11:58:32 --> Language Class Initialized INFO - 2018-07-23 11:58:32 --> Loader Class Initialized INFO - 2018-07-23 11:58:32 --> Helper loaded: form_helper INFO - 2018-07-23 11:58:32 --> Helper loaded: url_helper INFO - 2018-07-23 11:58:32 --> Helper loaded: utility_helper INFO - 2018-07-23 11:58:32 --> Helper loaded: string_helper INFO - 2018-07-23 11:58:32 --> Database Driver Class Initialized INFO - 2018-07-23 11:58:32 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:58:32 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:58:32 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:58:32 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:58:32 --> Encryption Class Initialized INFO - 2018-07-23 11:58:32 --> Form Validation Class Initialized INFO - 2018-07-23 11:58:32 --> Image Lib Class Initialized INFO - 2018-07-23 11:58:32 --> Model "BaseModel" initialized INFO - 2018-07-23 11:58:32 --> Controller Class Initialized INFO - 2018-07-23 11:58:32 --> Model "Sys_user_model" initialized INFO - 2018-07-23 11:58:32 --> Model "Phprbac_roles_model" initialized INFO - 2018-07-23 11:58:32 --> Helper loaded: cryptojs-aes_helper INFO - 2018-07-23 11:58:32 --> Model "Site_info_model" initialized INFO - 2018-07-23 11:58:32 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\webadmin/sys_user_index.php INFO - 2018-07-23 11:58:32 --> Final output sent to browser DEBUG - 2018-07-23 11:58:32 --> Total execution time: 0.1404 INFO - 2018-07-23 11:58:35 --> Config Class Initialized INFO - 2018-07-23 11:58:35 --> Hooks Class Initialized DEBUG - 2018-07-23 11:58:35 --> UTF-8 Support Enabled INFO - 2018-07-23 11:58:35 --> Utf8 Class Initialized INFO - 2018-07-23 11:58:35 --> URI Class Initialized INFO - 2018-07-23 11:58:35 --> Router Class Initialized INFO - 2018-07-23 11:58:35 --> Output Class Initialized INFO - 2018-07-23 11:58:35 --> Security Class Initialized DEBUG - 2018-07-23 11:58:35 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 11:58:35 --> CSRF cookie sent INFO - 2018-07-23 11:58:35 --> Input Class Initialized INFO - 2018-07-23 11:58:35 --> Language Class Initialized INFO - 2018-07-23 11:58:35 --> Loader Class Initialized INFO - 2018-07-23 11:58:35 --> Helper loaded: form_helper INFO - 2018-07-23 11:58:35 --> Helper loaded: url_helper INFO - 2018-07-23 11:58:35 --> Helper loaded: utility_helper INFO - 2018-07-23 11:58:35 --> Helper loaded: string_helper INFO - 2018-07-23 11:58:35 --> Database Driver Class Initialized INFO - 2018-07-23 11:58:35 --> Database Driver Class Initialized DEBUG - 2018-07-23 11:58:35 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 11:58:35 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 11:58:35 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 11:58:35 --> Encryption Class Initialized INFO - 2018-07-23 11:58:35 --> Form Validation Class Initialized INFO - 2018-07-23 11:58:35 --> Image Lib Class Initialized INFO - 2018-07-23 11:58:35 --> Model "BaseModel" initialized INFO - 2018-07-23 11:58:35 --> Controller Class Initialized INFO - 2018-07-23 11:58:35 --> Model "Sys_user_model" initialized INFO - 2018-07-23 11:58:35 --> Model "Phprbac_roles_model" initialized INFO - 2018-07-23 11:58:35 --> Helper loaded: cryptojs-aes_helper INFO - 2018-07-23 11:58:35 --> Model "Site_info_model" initialized INFO - 2018-07-23 11:58:35 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\webadmin/sys_user_index.php INFO - 2018-07-23 11:58:35 --> Final output sent to browser DEBUG - 2018-07-23 11:58:35 --> Total execution time: 0.1404 INFO - 2018-07-23 12:46:25 --> Config Class Initialized INFO - 2018-07-23 12:46:25 --> Hooks Class Initialized DEBUG - 2018-07-23 12:46:25 --> UTF-8 Support Enabled INFO - 2018-07-23 12:46:25 --> Utf8 Class Initialized INFO - 2018-07-23 12:46:25 --> URI Class Initialized INFO - 2018-07-23 12:46:25 --> Config Class Initialized INFO - 2018-07-23 12:46:25 --> Hooks Class Initialized DEBUG - 2018-07-23 12:46:25 --> UTF-8 Support Enabled INFO - 2018-07-23 12:46:25 --> Utf8 Class Initialized INFO - 2018-07-23 12:46:25 --> URI Class Initialized INFO - 2018-07-23 12:46:25 --> Router Class Initialized INFO - 2018-07-23 12:46:25 --> Output Class Initialized INFO - 2018-07-23 12:46:25 --> Security Class Initialized DEBUG - 2018-07-23 12:46:25 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 12:46:25 --> CSRF cookie sent INFO - 2018-07-23 12:46:25 --> Input Class Initialized INFO - 2018-07-23 12:46:25 --> Language Class Initialized INFO - 2018-07-23 12:46:25 --> Loader Class Initialized INFO - 2018-07-23 12:46:25 --> Helper loaded: form_helper INFO - 2018-07-23 12:46:25 --> Helper loaded: url_helper INFO - 2018-07-23 12:46:25 --> Helper loaded: utility_helper INFO - 2018-07-23 12:46:25 --> Helper loaded: string_helper INFO - 2018-07-23 12:46:25 --> Database Driver Class Initialized INFO - 2018-07-23 12:46:25 --> Database Driver Class Initialized DEBUG - 2018-07-23 12:46:25 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 12:46:25 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 12:46:25 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 12:46:25 --> Encryption Class Initialized INFO - 2018-07-23 12:46:25 --> Form Validation Class Initialized INFO - 2018-07-23 12:46:25 --> Image Lib Class Initialized INFO - 2018-07-23 12:46:25 --> Model "BaseModel" initialized INFO - 2018-07-23 12:46:25 --> Controller Class Initialized DEBUG - 2018-07-23 12:46:25 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-07-23 12:46:25 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-07-23 12:46:25 --> Final output sent to browser DEBUG - 2018-07-23 12:46:25 --> Total execution time: 0.0624 INFO - 2018-07-23 12:47:52 --> Config Class Initialized INFO - 2018-07-23 12:47:52 --> Hooks Class Initialized DEBUG - 2018-07-23 12:47:52 --> UTF-8 Support Enabled INFO - 2018-07-23 12:47:52 --> Utf8 Class Initialized INFO - 2018-07-23 12:47:52 --> URI Class Initialized INFO - 2018-07-23 12:47:52 --> Config Class Initialized INFO - 2018-07-23 12:47:52 --> Hooks Class Initialized DEBUG - 2018-07-23 12:47:52 --> UTF-8 Support Enabled INFO - 2018-07-23 12:47:52 --> Utf8 Class Initialized INFO - 2018-07-23 12:47:52 --> URI Class Initialized INFO - 2018-07-23 12:47:52 --> Router Class Initialized INFO - 2018-07-23 12:47:52 --> Output Class Initialized INFO - 2018-07-23 12:47:52 --> Security Class Initialized DEBUG - 2018-07-23 12:47:52 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 12:47:52 --> CSRF cookie sent INFO - 2018-07-23 12:47:52 --> Input Class Initialized INFO - 2018-07-23 12:47:52 --> Language Class Initialized INFO - 2018-07-23 12:47:52 --> Loader Class Initialized INFO - 2018-07-23 12:47:52 --> Helper loaded: form_helper INFO - 2018-07-23 12:47:52 --> Helper loaded: url_helper INFO - 2018-07-23 12:47:52 --> Helper loaded: utility_helper INFO - 2018-07-23 12:47:52 --> Helper loaded: string_helper INFO - 2018-07-23 12:47:52 --> Database Driver Class Initialized INFO - 2018-07-23 12:47:52 --> Database Driver Class Initialized DEBUG - 2018-07-23 12:47:52 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 12:47:52 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 12:47:52 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 12:47:52 --> Encryption Class Initialized INFO - 2018-07-23 12:47:52 --> Form Validation Class Initialized INFO - 2018-07-23 12:47:52 --> Image Lib Class Initialized INFO - 2018-07-23 12:47:52 --> Model "BaseModel" initialized INFO - 2018-07-23 12:47:52 --> Controller Class Initialized DEBUG - 2018-07-23 12:47:52 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-07-23 12:47:52 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-07-23 12:47:52 --> Final output sent to browser DEBUG - 2018-07-23 12:47:52 --> Total execution time: 0.0936 INFO - 2018-07-23 12:47:54 --> Config Class Initialized INFO - 2018-07-23 12:47:54 --> Hooks Class Initialized DEBUG - 2018-07-23 12:47:54 --> UTF-8 Support Enabled INFO - 2018-07-23 12:47:54 --> Utf8 Class Initialized INFO - 2018-07-23 12:47:54 --> URI Class Initialized INFO - 2018-07-23 12:47:54 --> Config Class Initialized INFO - 2018-07-23 12:47:54 --> Hooks Class Initialized DEBUG - 2018-07-23 12:47:54 --> UTF-8 Support Enabled INFO - 2018-07-23 12:47:54 --> Utf8 Class Initialized INFO - 2018-07-23 12:47:54 --> URI Class Initialized INFO - 2018-07-23 12:47:54 --> Router Class Initialized INFO - 2018-07-23 12:47:54 --> Output Class Initialized INFO - 2018-07-23 12:47:54 --> Security Class Initialized DEBUG - 2018-07-23 12:47:54 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-23 12:47:54 --> CSRF cookie sent INFO - 2018-07-23 12:47:54 --> Input Class Initialized INFO - 2018-07-23 12:47:54 --> Language Class Initialized INFO - 2018-07-23 12:47:54 --> Loader Class Initialized INFO - 2018-07-23 12:47:54 --> Helper loaded: form_helper INFO - 2018-07-23 12:47:54 --> Helper loaded: url_helper INFO - 2018-07-23 12:47:54 --> Helper loaded: utility_helper INFO - 2018-07-23 12:47:54 --> Helper loaded: string_helper INFO - 2018-07-23 12:47:55 --> Database Driver Class Initialized INFO - 2018-07-23 12:47:55 --> Database Driver Class Initialized DEBUG - 2018-07-23 12:47:55 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-23 12:47:55 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-23 12:47:55 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-23 12:47:55 --> Encryption Class Initialized INFO - 2018-07-23 12:47:55 --> Form Validation Class Initialized INFO - 2018-07-23 12:47:55 --> Image Lib Class Initialized INFO - 2018-07-23 12:47:55 --> Model "BaseModel" initialized INFO - 2018-07-23 12:47:55 --> Controller Class Initialized DEBUG - 2018-07-23 12:47:55 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-07-23 12:47:55 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-07-23 12:47:55 --> Final output sent to browser DEBUG - 2018-07-23 12:47:55 --> Total execution time: 0.0936
|