Skip to content

Commit

Permalink
Added backoffice and landing page screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalthaheem committed Sep 11, 2017
1 parent a54e327 commit c95dda2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added docs/bo.codes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/home-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions site/app/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ class DATABASE_CONFIG {
var $default = array(
'driver' => 'mysql',
'persistent' => false,
'host' => '',
'login' => '',
'password' => '',
'database' => '',
'host' => 'localhost',
'login' => 'admin',
'password' => 'wPGrfRWvqM3g',
'database' => 'dvs',
);
}
?>

0 comments on commit c95dda2

Please sign in to comment.