Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IPok_Web
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPok
IPok_Web
Commits
5c3dceb5
Commit
5c3dceb5
authored
Jul 30, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base URL with https
parent
d9c9bb6b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
config.php
admin/application/config/config.php
+2
-2
database.php
admin/application/config/database.php
+4
-4
config.php
application/config/config.php
+1
-1
database.php
application/config/database.php
+4
-4
No files found.
admin/application/config/config.php
View file @
5c3dceb5
...
@@ -27,8 +27,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
...
@@ -27,8 +27,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok';
$config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok';
*/
*/
$config
[
'base_url'
]
=
"http://"
.
$_SERVER
[
'HTTP_HOST'
]
.
dirname
(
$_SERVER
[
'SCRIPT_NAME'
]);
$config
[
'base_url'
]
=
"http
s
://"
.
$_SERVER
[
'HTTP_HOST'
]
.
dirname
(
$_SERVER
[
'SCRIPT_NAME'
]);
$config
[
'base_pic_url'
]
=
"http://"
.
$_SERVER
[
'HTTP_HOST'
]
.
'/ipok'
;
$config
[
'base_pic_url'
]
=
"http
s
://"
.
$_SERVER
[
'HTTP_HOST'
]
.
'/ipok'
;
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Index File
| Index File
...
...
admin/application/config/database.php
View file @
5c3dceb5
...
@@ -88,10 +88,10 @@ $query_builder = TRUE;
...
@@ -88,10 +88,10 @@ $query_builder = TRUE;
$db
[
'default'
]
=
array
(
$db
[
'default'
]
=
array
(
'dsn'
=>
''
,
'dsn'
=>
''
,
'hostname'
=>
'192.168.140.123
'
,
'hostname'
=>
'localhost
'
,
'username'
=>
'
root
'
,
'username'
=>
'
techlabz_Ipok
'
,
'password'
=>
''
,
'password'
=>
'
Golden_123
'
,
'database'
=>
'
reeba_i
pok'
,
'database'
=>
'
techlabz_I
pok'
,
'dbdriver'
=>
'mysqli'
,
'dbdriver'
=>
'mysqli'
,
'dbprefix'
=>
''
,
'dbprefix'
=>
''
,
'pconnect'
=>
FALSE
,
'pconnect'
=>
FALSE
,
...
...
application/config/config.php
View file @
5c3dceb5
...
@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
...
@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
| a PHP script and you can easily do that on your own.
|
|
*/
*/
$config
[
'base_url'
]
=
"http://"
.
$_SERVER
[
'HTTP_HOST'
]
.
dirname
(
$_SERVER
[
'SCRIPT_NAME'
]);
$config
[
'base_url'
]
=
"http
s
://"
.
$_SERVER
[
'HTTP_HOST'
]
.
dirname
(
$_SERVER
[
'SCRIPT_NAME'
]);
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
...
...
application/config/database.php
View file @
5c3dceb5
...
@@ -88,10 +88,10 @@ $query_builder = TRUE;
...
@@ -88,10 +88,10 @@ $query_builder = TRUE;
$db
[
'default'
]
=
array
(
$db
[
'default'
]
=
array
(
'dsn'
=>
''
,
'dsn'
=>
''
,
'hostname'
=>
'192.168.140.123
'
,
'hostname'
=>
'localhost
'
,
'username'
=>
'
root
'
,
'username'
=>
'
techlabz_Ipok
'
,
'password'
=>
''
,
'password'
=>
'
Golden_123
'
,
'database'
=>
'
reeba_i
pok'
,
'database'
=>
'
techlabz_I
pok'
,
'dbdriver'
=>
'mysqli'
,
'dbdriver'
=>
'mysqli'
,
'dbprefix'
=>
''
,
'dbprefix'
=>
''
,
'pconnect'
=>
FALSE
,
'pconnect'
=>
FALSE
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment