Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
3a61f332
Commit
3a61f332
authored
Oct 03, 2013
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Используем mysqli
parent
5afc5324
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
database.php.orig
application/config/database.php.orig
+2
-2
No files found.
application/config/database.php.orig
View file @
3a61f332
...
...
@@ -53,7 +53,7 @@ $db['typos']['hostname'] = 'localhost';
$db
[
'typos'
][
'username'
]
=
'barbass'
;
$db
[
'typos'
][
'password'
]
=
''
;
$db
[
'typos'
][
'database'
]
=
'barbass_typos_new'
;
$db
[
'typos'
][
'dbdriver'
]
=
'mysql'
;
$db
[
'typos'
][
'dbdriver'
]
=
'mysql
i
'
;
$db
[
'typos'
][
'dbprefix'
]
=
''
;
$db
[
'typos'
][
'pconnect'
]
=
TRUE
;
$db
[
'typos'
][
'db_debug'
]
=
TRUE
;
...
...
@@ -70,7 +70,7 @@ $db['time']['hostname'] = 'localhost';
$db
[
'time'
][
'username'
]
=
'root'
;
$db
[
'time'
][
'password'
]
=
''
;
$db
[
'time'
][
'database'
]
=
''
;
$db
[
'time'
][
'dbdriver'
]
=
'mysql'
;
$db
[
'time'
][
'dbdriver'
]
=
'mysql
i
'
;
$db
[
'time'
][
'dbprefix'
]
=
''
;
$db
[
'time'
][
'pconnect'
]
=
TRUE
;
$db
[
'time'
][
'db_debug'
]
=
TRUE
;
...
...
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