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