Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 740fb79

Browse files
author
Jamie Snape
committed
Remove unsupported REST formats
1 parent 25b25cc commit 740fb79

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

core/configs/core.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
; Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
22

33
[global]
4-
bootstrap.path = BASE_PATH "/core/Bootstrap.php"
54
bootstrap.class = "Bootstrap"
5+
bootstrap.path = BASE_PATH "/core/Bootstrap.php"
6+
internationalization = "0"
67
resources.frontController.controllerDirectory = BASE_PATH "/core/controllers"
78
resources.frontController.moduleDirectory = BASE_PATH "/modules"
89
resources.layout.layoutPath = BASE_PATH "/core/layouts"
910
resources.modules[] = ""
1011
resources.view.scriptPath = BASE_PATH "/core/views"
11-
internationalization = "0"
1212
rest.default = "json"
13-
rest.formats[] = "xml"
1413
rest.formats[] = "json"
15-
rest.formats[] = "html"
16-
rest.formats[] = "php"
1714
uuid = "67a81613-074d-4c9a-afb7-4613f3144a3d"
1815
version = "3.4.1"
1916

0 commit comments

Comments
 (0)