Commit | Line | Data |
---|---|---|
1 | <?php | |
2 | /* Base url for the Diogenes system, including trailing slash. | |
3 | * | |
4 | * In order to make use of virtualhosts or WebDAV, please set | |
5 | * this to a full URL starting with http:// or https:// for instance: | |
6 | * | |
7 | * $globals->rooturl = "http://www.foo.org/diogenes/"; | |
8 | */ | |
9 | $globals->rooturl = "http://localhost/diogenes/"; | |
10 | ||
11 | ?> |