Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
lib/vendor/
4 changes: 2 additions & 2 deletions config/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}

$hostname = "localhost";
$username = "phpdemo";
$password = "4Mu99BhzK8dr4vF1";
$username = "root";
$password = "";
$dbname = "positronx_db";

$connection = mysqli_connect($hostname, $username, $password, $dbname) or die("Database connection not established.")
Expand Down
5 changes: 5 additions & 0 deletions js/popper.min.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions lib/vendor/autoload.php

This file was deleted.

Loading