Merge pull request #270 from nemobis/master

When we have a working index.php, do not require api.php
pull/271/head
nemobis 8 years ago
commit f43b7389a0

@ -1402,6 +1402,9 @@ def getParameters(params=[]):
index2 = check[1]
api = check[2]
print 'API is OK: ' + api
else:
if index and not args.wiki:
print 'API not available. Trying with index.php only.'
else:
print 'Error in API. Please, provide a correct path to API'
sys.exit(1)

Loading…
Cancel
Save