Tags: kensanata/oddmuse
Tags
8000
Fixed development target in Makefile The problem is that by default the test-data/config file contains $ScriptName = 'http://localhost/wiki.pl' but morbo serves the site at http://127.0.0.1:8080. We therefore append a new $ScriptName assignment if the correct one doesn't exist. The alternative is tricky because of the /wiki.pl prefix; fixing that would require a lot more code, I suspect.
PreviousNext