Changes some API things.

This commit is contained in:
Lars Jung 2012-10-09 14:16:57 +02:00
parent 811994423d
commit a60d5556af
13 changed files with 36 additions and 33 deletions

View file

@ -57,7 +57,6 @@
if (backend === 'php') {
$.getJSON('.', {
api: true,
action: 'get',
options: true,
types: true,
@ -77,7 +76,7 @@
langs: langs,
server: {
backend: backend,
apiHref: null,
api: false,
name: 'apache',
version: null
}