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
|
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
INFO - 2019-01-30 15:58:42 --> Config Class Initialized INFO - 2019-01-30 15:58:42 --> Hooks Class Initialized DEBUG - 2019-01-30 15:58:43 --> UTF-8 Support Enabled INFO - 2019-01-30 15:58:43 --> Utf8 Class Initialized INFO - 2019-01-30 15:58:43 --> URI Class Initialized INFO - 2019-01-30 15:58:44 --> Config Class Initialized INFO - 2019-01-30 15:58:44 --> Hooks Class Initialized DEBUG - 2019-01-30 15:58:44 --> UTF-8 Support Enabled INFO - 2019-01-30 15:58:44 --> Utf8 Class Initialized INFO - 2019-01-30 15:58:44 --> URI Class Initialized INFO - 2019-01-30 15:58:44 --> Router Class Initialized INFO - 2019-01-30 15:58:44 --> Output Class Initialized INFO - 2019-01-30 15:58:44 --> Security Class Initialized DEBUG - 2019-01-30 15:58:44 --> Global POST, GET and COOKIE data sanitized INFO - 2019-01-30 15:58:44 --> CSRF cookie sent INFO - 2019-01-30 15:58:44 --> Input Class Initialized INFO - 2019-01-30 15:58:44 --> Language Class Initialized INFO - 2019-01-30 15:58:45 --> Loader Class Initialized INFO - 2019-01-30 15:58:45 --> Helper loaded: form_helper INFO - 2019-01-30 15:58:45 --> Helper loaded: url_helper INFO - 2019-01-30 15:58:45 --> Helper loaded: utility_helper INFO - 2019-01-30 15:58:46 --> Helper loaded: string_helper INFO - 2019-01-30 15:58:51 --> Database Driver Class Initialized INFO - 2019-01-30 15:58:51 --> Database Driver Class Initialized DEBUG - 2019-01-30 15:58:51 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2019-01-30 15:58:51 --> Encryption: Auto-configured driver 'openssl'. INFO - 2019-01-30 15:58:51 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2019-01-30 15:58:51 --> Encryption Class Initialized INFO - 2019-01-30 15:58:51 --> Form Validation Class Initialized INFO - 2019-01-30 15:58:51 --> Image Lib Class Initialized INFO - 2019-01-30 15:58:52 --> Model "BaseModel" initialized INFO - 2019-01-30 15:58:52 --> Controller Class Initialized DEBUG - 2019-01-30 15:58:54 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2019-01-30 15:58:54 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2019-01-30 15:58:54 --> Final output sent to browser DEBUG - 2019-01-30 15:58:54 --> Total execution time: 11.0136 INFO - 2019-01-30 15:59:01 --> Config Class Initialized INFO - 2019-01-30 15:59:01 --> Hooks Class Initialized DEBUG - 2019-01-30 15:59:01 --> UTF-8 Support Enabled INFO - 2019-01-30 15:59:01 --> Utf8 Class Initialized INFO - 2019-01-30 15:59:01 --> URI Class Initialized INFO - 2019-01-30 15:59:01 --> Router Class Initialized INFO - 2019-01-30 15:59:01 --> Output Class Initialized INFO - 2019-01-30 15:59:01 --> Security Class Initialized DEBUG - 2019-01-30 15:59:01 --> Global POST, GET and COOKIE data sanitized INFO - 2019-01-30 15:59:01 --> CSRF cookie sent INFO - 2019-01-30 15:59:01 --> Input Class Initialized INFO - 2019-01-30 15:59:01 --> Language Class Initialized INFO - 2019-01-30 15:59:02 --> Loader Class Initialized INFO - 2019-01-30 15:59:02 --> Helper loaded: form_helper INFO - 2019-01-30 15:59:02 --> Helper loaded: url_helper INFO - 2019-01-30 15:59:02 --> Helper loaded: utility_helper INFO - 2019-01-30 15:59:02 --> Helper loaded: string_helper INFO - 2019-01-30 15:59:02 --> Database Driver Class Initialized INFO - 2019-01-30 15:59:02 --> Database Driver Class Initialized DEBUG - 2019-01-30 15:59:02 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2019-01-30 15:59:02 --> Encryption: Auto-configured driver 'openssl'. INFO - 2019-01-30 15:59:02 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2019-01-30 15:59:02 --> Encryption Class Initialized INFO - 2019-01-30 15:59:02 --> Form Validation Class Initialized INFO - 2019-01-30 15:59:02 --> Image Lib Class Initialized INFO - 2019-01-30 15:59:02 --> Model "BaseModel" initialized INFO - 2019-01-30 15:59:02 --> Controller Class Initialized DEBUG - 2019-01-30 15:59:02 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2019-01-30 15:59:02 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2019-01-30 15:59:02 --> Final output sent to browser DEBUG - 2019-01-30 15:59:02 --> Total execution time: 0.3276
|