summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/include/defaults.php')
-rw-r--r--shared/include/defaults.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/include/defaults.php b/shared/include/defaults.php
index b384257..4e93a7a 100644
--- a/shared/include/defaults.php
+++ b/shared/include/defaults.php
@@ -1,5 +1,6 @@
<?php
$title='Ingenue';
+$url='http://localhost';
$sqlhost='localhost';
$sqluser=posix_getpwuid(posix_geteuid());
$sqluser=$sqluser['name'];