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