1
0

Design transactieoverzicht

This commit is contained in:
2017-03-31 18:09:23 +02:00
parent 7db872748e
commit 6088788d32
2 changed files with 40 additions and 21 deletions

View File

@ -21,6 +21,9 @@ session_start();
// Get the Slim framework settings
$settings = require __DIR__ . '/settings.php';
// Set Locale
setlocale(LC_MONETARY, 'nl_NL.UTF-8');
// Create the Slim application object with the settings
/**
* ==============