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