Skip to content

Commit cbefc4e

Browse files
committed
Last commit
1 parent 59b1a8e commit cbefc4e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
define('APPROOT', dirname(dirname(__FILE__)));
1010

1111
//URLROOT (Dynamic links)
12-
define('URLROOT', 'http://localhost/MVCFramework/');
12+
define('URLROOT', 'https://mvc-workbench.org/');
1313

1414
//Sitename
1515
define('SITENAME', 'MVC Framework');

sql/proeftoets.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
USE `mvc_framework`;
1+
USE `mvcframework`;
22

33
DROP TABLE `fruit`;
44

@@ -14,8 +14,8 @@ CREATE TABLE IF NOT EXISTS `fruit`(
1414
INSERT INTO `fruit`
1515
(`name`, `color`, `price`)
1616
VALUES
17-
('appel', 'groen', .75),
18-
('sinaasappel', 'oranje', .65),
19-
('citroen', 'geel', 1),
20-
('tomaat', 'rood', .5),
21-
('aardappel', 'bruin/beige', .25);
17+
('Appel', 'groen', .75),
18+
('Sinaasappel', 'oranje', .65),
19+
('Citroen', 'geel', 1),
20+
('Tomaat', 'rood', .5),
21+
('Aardappel', 'bruin/beige', .25);

0 commit comments

Comments
 (0)