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-09-12 11:44:28 --> Config Class Initialized INFO - 2018-09-12 11:44:28 --> Hooks Class Initialized DEBUG - 2018-09-12 11:44:28 --> UTF-8 Support Enabled INFO - 2018-09-12 11:44:28 --> Utf8 Class Initialized INFO - 2018-09-12 11:44:28 --> URI Class Initialized INFO - 2018-09-12 11:44:28 --> Config Class Initialized INFO - 2018-09-12 11:44:28 --> Hooks Class Initialized DEBUG - 2018-09-12 11:44:28 --> UTF-8 Support Enabled INFO - 2018-09-12 11:44:28 --> Utf8 Class Initialized INFO - 2018-09-12 11:44:28 --> URI Class Initialized INFO - 2018-09-12 11:44:28 --> Router Class Initialized INFO - 2018-09-12 11:44:28 --> Output Class Initialized INFO - 2018-09-12 11:44:28 --> Security Class Initialized DEBUG - 2018-09-12 11:44:28 --> Global POST, GET and COOKIE data sanitized INFO - 2018-09-12 11:44:28 --> CSRF cookie sent INFO - 2018-09-12 11:44:28 --> Input Class Initialized INFO - 2018-09-12 11:44:28 --> Language Class Initialized INFO - 2018-09-12 11:44:28 --> Loader Class Initialized INFO - 2018-09-12 11:44:28 --> Helper loaded: form_helper INFO - 2018-09-12 11:44:28 --> Helper loaded: url_helper INFO - 2018-09-12 11:44:28 --> Helper loaded: utility_helper INFO - 2018-09-12 11:44:28 --> Helper loaded: string_helper INFO - 2018-09-12 11:44:29 --> Database Driver Class Initialized INFO - 2018-09-12 11:44:29 --> Database Driver Class Initialized DEBUG - 2018-09-12 11:44:29 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-09-12 11:44:29 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-09-12 11:44:29 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-09-12 11:44:29 --> Encryption Class Initialized INFO - 2018-09-12 11:44:29 --> Form Validation Class Initialized INFO - 2018-09-12 11:44:29 --> Image Lib Class Initialized INFO - 2018-09-12 11:44:29 --> Model "BaseModel" initialized INFO - 2018-09-12 11:44:29 --> Controller Class Initialized DEBUG - 2018-09-12 11:44:29 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-09-12 11:44:29 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-09-12 11:44:29 --> Final output sent to browser DEBUG - 2018-09-12 11:44:29 --> Total execution time: 1.3260 INFO - 2018-09-12 11:51:28 --> Config Class Initialized INFO - 2018-09-12 11:51:28 --> Hooks Class Initialized DEBUG - 2018-09-12 11:51:28 --> UTF-8 Support Enabled INFO - 2018-09-12 11:51:28 --> Utf8 Class Initialized INFO - 2018-09-12 11:51:28 --> URI Class Initialized INFO - 2018-09-12 11:51:28 --> Config Class Initialized INFO - 2018-09-12 11:51:28 --> Hooks Class Initialized DEBUG - 2018-09-12 11:51:28 --> UTF-8 Support Enabled INFO - 2018-09-12 11:51:28 --> Utf8 Class Initialized INFO - 2018-09-12 11:51:28 --> URI Class Initialized INFO - 2018-09-12 11:51:28 --> Router Class Initialized INFO - 2018-09-12 11:51:28 --> Output Class Initialized INFO - 2018-09-12 11:51:28 --> Security Class Initialized DEBUG - 2018-09-12 11:51:28 --> Global POST, GET and COOKIE data sanitized INFO - 2018-09-12 11:51:28 --> CSRF cookie sent INFO - 2018-09-12 11:51:28 --> Input Class Initialized INFO - 2018-09-12 11:51:28 --> Language Class Initialized INFO - 2018-09-12 11:51:28 --> Loader Class Initialized INFO - 2018-09-12 11:51:28 --> Helper loaded: form_helper INFO - 2018-09-12 11:51:28 --> Helper loaded: url_helper INFO - 2018-09-12 11:51:28 --> Helper loaded: utility_helper INFO - 2018-09-12 11:51:28 --> Helper loaded: string_helper INFO - 2018-09-12 11:51:28 --> Database Driver Class Initialized INFO - 2018-09-12 11:51:28 --> Database Driver Class Initialized DEBUG - 2018-09-12 11:51:28 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2018-09-12 11:51:28 --> Encryption: Auto-configured driver 'openssl'. INFO - 2018-09-12 11:51:28 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2018-09-12 11:51:28 --> Encryption Class Initialized INFO - 2018-09-12 11:51:28 --> Form Validation Class Initialized INFO - 2018-09-12 11:51:28 --> Image Lib Class Initialized INFO - 2018-09-12 11:51:28 --> Model "BaseModel" initialized INFO - 2018-09-12 11:51:28 --> Controller Class Initialized DEBUG - 2018-09-12 11:51:28 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2018-09-12 11:51:28 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2018-09-12 11:51:28 --> Final output sent to browser DEBUG - 2018-09-12 11:51:28 --> Total execution time: 0.0936
|