Webbserver - Love Blomberg

Show sourcecode

The following files exists in this folder. Click to view.

public_html/smartkortet/config/

app.php
config.php
database.php

config.php

16 lines ASCII Windows (CRLF)
<?php
$TZ 
"Europe/Stockholm";

$DB_NAME_LOCAL "matkortet";
$DB_HOST_LOCAL "localhost";
$DB_PORT_LOCAL 3306;
$BASE_URL_LOCAL "http://localhost/smartkortet";
$
/* <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";
$DB_PORT_PROD 3306;
$BASE_URL_PROD "https://labb.vgy.se/~lovhol231/smartkortet";
$
/* <em>DB_USER, is removed and hidden for security reasons </em> */ ');
$/* <em>DB_PASSWORD, is removed and hidden for security reasons </em> */ '
);