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 - 2019-01-02 17:40:20 --> Config Class Initialized INFO - 2019-01-02 17:40:20 --> Hooks Class Initialized DEBUG - 2019-01-02 17:40:20 --> UTF-8 Support Enabled INFO - 2019-01-02 17:40:20 --> Utf8 Class Initialized INFO - 2019-01-02 17:40:20 --> URI Class Initialized INFO - 2019-01-02 17:40:21 --> Config Class Initialized INFO - 2019-01-02 17:40:21 --> Hooks Class Initialized DEBUG - 2019-01-02 17:40:21 --> UTF-8 Support Enabled INFO - 2019-01-02 17:40:21 --> Utf8 Class Initialized INFO - 2019-01-02 17:40:21 --> URI Class Initialized INFO - 2019-01-02 17:40:21 --> Router Class Initialized INFO - 2019-01-02 17:40:21 --> Output Class Initialized INFO - 2019-01-02 17:40:21 --> Security Class Initialized DEBUG - 2019-01-02 17:40:21 --> Global POST, GET and COOKIE data sanitized INFO - 2019-01-02 17:40:21 --> CSRF cookie sent INFO - 2019-01-02 17:40:21 --> Input Class Initialized INFO - 2019-01-02 17:40:21 --> Language Class Initialized INFO - 2019-01-02 17:40:21 --> Loader Class Initialized INFO - 2019-01-02 17:40:21 --> Helper loaded: form_helper INFO - 2019-01-02 17:40:21 --> Helper loaded: url_helper INFO - 2019-01-02 17:40:21 --> Helper loaded: utility_helper INFO - 2019-01-02 17:40:21 --> Helper loaded: string_helper INFO - 2019-01-02 17:40:23 --> Database Driver Class Initialized INFO - 2019-01-02 17:40:23 --> Database Driver Class Initialized DEBUG - 2019-01-02 17:40:23 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2019-01-02 17:40:23 --> Encryption: Auto-configured driver 'openssl'. INFO - 2019-01-02 17:40:23 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2019-01-02 17:40:23 --> Encryption Class Initialized INFO - 2019-01-02 17:40:23 --> Form Validation Class Initialized INFO - 2019-01-02 17:40:23 --> Image Lib Class Initialized INFO - 2019-01-02 17:40:23 --> Model "BaseModel" initialized INFO - 2019-01-02 17:40:23 --> Controller Class Initialized DEBUG - 2019-01-02 17:40:24 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/paypal.php INFO - 2019-01-02 17:40:24 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\main/home.php INFO - 2019-01-02 17:40:24 --> Final output sent to browser DEBUG - 2019-01-02 17:40:24 --> Total execution time: 3.6348 INFO - 2019-01-02 17:40:30 --> Config Class Initialized INFO - 2019-01-02 17:40:30 --> Hooks Class Initialized DEBUG - 2019-01-02 17:40:30 --> UTF-8 Support Enabled INFO - 2019-01-02 17:40:30 --> Utf8 Class Initialized INFO - 2019-01-02 17:40:30 --> URI Class Initialized INFO - 2019-01-02 17:40:30 --> Config Class Initialized INFO - 2019-01-02 17:40:30 --> Hooks Class Initialized DEBUG - 2019-01-02 17:40:30 --> UTF-8 Support Enabled INFO - 2019-01-02 17:40:30 --> Utf8 Class Initialized INFO - 2019-01-02 17:40:30 --> URI Class Initialized INFO - 2019-01-02 17:40:30 --> Router Class Initialized INFO - 2019-01-02 17:40:30 --> Output Class Initialized INFO - 2019-01-02 17:40:30 --> Security Class Initialized DEBUG - 2019-01-02 17:40:30 --> Global POST, GET and COOKIE data sanitized INFO - 2019-01-02 17:40:30 --> CSRF cookie sent INFO - 2019-01-02 17:40:30 --> Input Class Initialized INFO - 2019-01-02 17:40:30 --> Language Class Initialized INFO - 2019-01-02 17:40:30 --> Loader Class Initialized INFO - 2019-01-02 17:40:30 --> Helper loaded: form_helper INFO - 2019-01-02 17:40:30 --> Helper loaded: url_helper INFO - 2019-01-02 17:40:30 --> Helper loaded: utility_helper INFO - 2019-01-02 17:40:30 --> Helper loaded: string_helper INFO - 2019-01-02 17:40:30 --> Database Driver Class Initialized INFO - 2019-01-02 17:40:30 --> Database Driver Class Initialized DEBUG - 2019-01-02 17:40:30 --> Config file loaded: C:\xampp\htdocs\codeigniter\application\config/session.php DEBUG - 2019-01-02 17:40:30 --> Encryption: Auto-configured driver 'openssl'. INFO - 2019-01-02 17:40:30 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2019-01-02 17:40:30 --> Encryption Class Initialized INFO - 2019-01-02 17:40:30 --> Form Validation Class Initialized INFO - 2019-01-02 17:40:30 --> Image Lib Class Initialized INFO - 2019-01-02 17:40:30 --> Model "BaseModel" initialized INFO - 2019-01-02 17:40:30 --> Controller Class Initialized INFO - 2019-01-02 17:40:30 --> Helper loaded: cryptojs-aes_helper INFO - 2019-01-02 17:40:31 --> Model "Phprbac_roles_model" initialized INFO - 2019-01-02 17:40:32 --> File loaded: C:\xampp\htdocs\codeigniter\application\views\webadmin/index.php INFO - 2019-01-02 17:40:32 --> Final output sent to browser DEBUG - 2019-01-02 17:40:32 --> Total execution time: 2.0592
|