Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach committed Apr 25, 2019
1 parent d9fde03 commit 65d088e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dashboard/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
require('../header.php');
require '../database-info.php';
require '../databaseFunctions.php';
require ('../header.php');
require ('../database-info.php');
require ('../databaseFunctions.php');
?>
<div class="container mb-5 pb-3 bg-light">
<div class="row">
Expand Down

0 comments on commit 65d088e

Please sign in to comment.