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