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
|
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
INFO - 2018-07-25 10:23:54 --> Config Class Initialized INFO - 2018-07-25 10:23:54 --> Hooks Class Initialized DEBUG - 2018-07-25 10:23:54 --> UTF-8 Support Enabled INFO - 2018-07-25 10:23:54 --> Utf8 Class Initialized INFO - 2018-07-25 10:23:54 --> URI Class Initialized INFO - 2018-07-25 10:23:55 --> Config Class Initialized INFO - 2018-07-25 10:23:55 --> Hooks Class Initialized DEBUG - 2018-07-25 10:23:55 --> UTF-8 Support Enabled INFO - 2018-07-25 10:23:55 --> Utf8 Class Initialized INFO - 2018-07-25 10:23:55 --> URI Class Initialized INFO - 2018-07-25 10:23:55 --> Router Class Initialized INFO - 2018-07-25 10:23:55 --> Output Class Initialized INFO - 2018-07-25 10:23:55 --> Security Class Initialized DEBUG - 2018-07-25 10:23:55 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-25 10:23:55 --> CSRF cookie sent INFO - 2018-07-25 10:23:55 --> Input Class Initialized INFO - 2018-07-25 10:23:55 --> Language Class Initialized INFO - 2018-07-25 10:23:55 --> Loader Class Initialized INFO - 2018-07-25 10:23:55 --> Helper loaded: form_helper INFO - 2018-07-25 10:23:55 --> Helper loaded: url_helper INFO - 2018-07-25 10:23:55 --> Helper loaded: utility_helper INFO - 2018-07-25 10:23:55 --> Helper loaded: string_helper INFO - 2018-07-25 10:23:55 --> Database Driver Class Initialized INFO - 2018-07-25 10:23:55 --> Database Driver Class Initialized DEBUG - 2018-07-25 10:23:55 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-25 10:23:55 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-25 10:23:55 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-25 10:23:55 --> Encryption Class Initialized INFO - 2018-07-25 10:23:55 --> Form Validation Class Initialized INFO - 2018-07-25 10:23:55 --> Image Lib Class Initialized INFO - 2018-07-25 10:23:55 --> Model "BaseModel" initialized INFO - 2018-07-25 10:23:55 --> Controller Class Initialized DEBUG - 2018-07-25 10:23:55 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-07-25 10:23:55 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-07-25 10:23:55 --> Final output sent to browser DEBUG - 2018-07-25 10:23:55 --> Total execution time: 0.0780 INFO - 2018-07-25 11:05:26 --> Config Class Initialized INFO - 2018-07-25 11:05:26 --> Hooks Class Initialized DEBUG - 2018-07-25 11:05:26 --> UTF-8 Support Enabled INFO - 2018-07-25 11:05:26 --> Utf8 Class Initialized INFO - 2018-07-25 11:05:26 --> URI Class Initialized INFO - 2018-07-25 11:05:26 --> Config Class Initialized INFO - 2018-07-25 11:05:26 --> Hooks Class Initialized DEBUG - 2018-07-25 11:05:26 --> UTF-8 Support Enabled INFO - 2018-07-25 11:05:26 --> Utf8 Class Initialized INFO - 2018-07-25 11:05:26 --> URI Class Initialized INFO - 2018-07-25 11:05:26 --> Router Class Initialized INFO - 2018-07-25 11:05:26 --> Output Class Initialized INFO - 2018-07-25 11:05:26 --> Security Class Initialized DEBUG - 2018-07-25 11:05:26 --> Global POST, GET and COOKIE data sanitized INFO - 2018-07-25 11:05:26 --> CSRF cookie sent INFO - 2018-07-25 11:05:26 --> Input Class Initialized INFO - 2018-07-25 11:05:26 --> Language Class Initialized INFO - 2018-07-25 11:05:26 --> Loader Class Initialized INFO - 2018-07-25 11:05:26 --> Helper loaded: form_helper INFO - 2018-07-25 11:05:26 --> Helper loaded: url_helper INFO - 2018-07-25 11:05:26 --> Helper loaded: utility_helper INFO - 2018-07-25 11:05:26 --> Helper loaded: string_helper INFO - 2018-07-25 11:05:26 --> Database Driver Class Initialized INFO - 2018-07-25 11:05:26 --> Database Driver Class Initialized DEBUG - 2018-07-25 11:05:26 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-07-25 11:05:26 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-07-25 11:05:26 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-07-25 11:05:26 --> Encryption Class Initialized INFO - 2018-07-25 11:05:26 --> Form Validation Class Initialized INFO - 2018-07-25 11:05:26 --> Image Lib Class Initialized INFO - 2018-07-25 11:05:26 --> Model "BaseModel" initialized INFO - 2018-07-25 11:05:26 --> Controller Class Initialized DEBUG - 2018-07-25 11:05:26 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-07-25 11:05:26 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-07-25 11:05:26 --> Final output sent to browser DEBUG - 2018-07-25 11:05:26 --> Total execution time: 0.0936
|