changeset 452:14156e9ca824

Auto merged 2004/01/01 14:45:13-05:00 optonline.net!jeffpc BASEURL should be generic (Logical change 1.132)
author optonline.net!jeffpc
date Thu, 01 Jan 2004 19:48:06 +0000
parents 6b46c1b54ca1
children b073d2bf2ba6
files AVdb.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/AVdb.sql	Mon Dec 29 00:46:18 2003 +0000
+++ b/AVdb.sql	Thu Jan 01 19:48:06 2004 +0000
@@ -246,7 +246,7 @@
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'name', 'AV Admin', 'The name of this program');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'version', '0.10-pre5', 'Version of AV Admin');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'title', '$NAME$ (v. $VERSION$)', 'The format of the title bar');
-INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'baseurl', '/cgi-bin/av-jeff/', 'The part of the URL containing all the dynamic files');
+INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'baseurl', '/cgi-bin/av/', 'The part of the URL containing all the dynamic files');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'staticurl', '/AV/', 'The part of the URL containing all the static files');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'basedir', '/home/www$BASEURL$', 'Local filesystem path with all the dynamic files');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'staticdir', '/home/www/html$STATICURL$', 'Local filesystem path with all the static files');