00001 <?php 00002 /* Base url for the Diogenes system, including trailing slash. 00003 * 00004 * In order to make use of virtualhosts or WebDAV, please set 00005 * this to a full URL starting with http:// or https:// for instance: 00006 * 00007 * $globals->rooturl = "http://www.foo.org/diogenes/"; 00008 */ 00009 $globals->rooturl = "http://localhost/diogenes/"; 00010 00011 ?>
1.5.1