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
d9c9bb6b
Commit
d9c9bb6b
authored
Jul 30, 2018
by
Anju M S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temp
parent
a868bb9c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
config.php
admin/application/config/config.php
+2
-2
database.php
admin/application/config/database.php
+4
-4
No files found.
admin/application/config/config.php
View file @
d9c9bb6b
...
...
@@ -27,8 +27,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok';
*/
$config
[
'base_url'
]
=
"http
s
://"
.
$_SERVER
[
'HTTP_HOST'
]
.
dirname
(
$_SERVER
[
'SCRIPT_NAME'
]);
$config
[
'base_pic_url'
]
=
"http
s
://"
.
$_SERVER
[
'HTTP_HOST'
]
.
'/ipok'
;
$config
[
'base_url'
]
=
"http://"
.
$_SERVER
[
'HTTP_HOST'
]
.
dirname
(
$_SERVER
[
'SCRIPT_NAME'
]);
$config
[
'base_pic_url'
]
=
"http://"
.
$_SERVER
[
'HTTP_HOST'
]
.
'/ipok'
;
/*
|--------------------------------------------------------------------------
| Index File
...
...
admin/application/config/database.php
View file @
d9c9bb6b
...
...
@@ -88,10 +88,10 @@ $query_builder = TRUE;
$db
[
'default'
]
=
array
(
'dsn'
=>
''
,
'hostname'
=>
'
localhost
'
,
'username'
=>
'
techlabz_Ipok
'
,
'password'
=>
'
Golden_123
'
,
'database'
=>
'
techlabz_I
pok'
,
'hostname'
=>
'
192.168.140.123
'
,
'username'
=>
'
root
'
,
'password'
=>
''
,
'database'
=>
'
reeba_i
pok'
,
'dbdriver'
=>
'mysqli'
,
'dbprefix'
=>
''
,
'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