Skip to content

Commit

Permalink
db setup required whenever the site runs for the first time.
Browse files Browse the repository at this point in the history
Db setup file is called from the header section in order to configure database one site run.
  • Loading branch information
Fahad-Md-Kamal committed Mar 2, 2019
1 parent 202ec4f commit 369355b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templating/head.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php session_start() ?>
<?php

require_once "php/DB/db_setup.php";


session_start();

?>

<!DOCTYPE html>
<html lang="en">
Expand Down

0 comments on commit 369355b

Please sign in to comment.