Show sourcecode
The following files exists in this folder. Click to view.
.gitignore
admin/
config.php
createtable.php
crumbs_design_system.html
dbconnection.php
icons/
includes/
index.php
js/
login.php
logout.php
order/
register.php
style/
config.php
10 lines ASCII Windows (CRLF)
<?php
$DB_NAME_LOCAL = "slutprojekt";
$DB_HOST_LOCAL = "localhost";
$/* <em>DB_USER, is removed and hidden for security reasons </em> */ ');
$/* <em>DB_PASSWORD, is removed and hidden for security reasons </em> */ ');
$DB_NAME_PROD="lovhol231";
$DB_HOST_PROD="localhost";
$/* <em>DB_USER, is removed and hidden for security reasons </em> */ ');
$/* <em>DB_PASSWORD, is removed and hidden for security reasons </em> */ ');