Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dce77dc6
authored
2016-03-31 10:29:41 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
628a7301
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
includes/functions.php
includes/functions.php
View file @
dce77dc
...
...
@@ -5,7 +5,7 @@ class Users {
function
__construct
(){
//database configuration
$dbServer
=
'localhost'
;
//Define database server host
$dbUsername
=
'
root
'
;
//Define database username
$dbUsername
=
'
banners
'
;
//Define database username
$dbPassword
=
'root'
;
//Define database password
$dbName
=
'banners'
;
//Define database name
...
...
Please
register
or
sign in
to post a comment