Changeset 1172
- Timestamp:
- 06/21/08 18:24:00 (4 months ago)
- Location:
- branches/new-install-process
- Files:
-
- 2 modified
-
bin/openguides-install (modified) (1 diff)
-
lib/OpenGuides/Config.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/new-install-process/bin/openguides-install
r1171 r1172 232 232 $def = $install_directory; 233 233 $def .= "/" unless $def =~ m|/$|; 234 $def .= "templates ";234 $def .= "templates/"; 235 235 } 236 236 if ( $var eq "custom_template_path" && !defined $existing_config->$var ) { 237 237 $def = $install_directory; 238 238 $def .= "/" unless $def =~ m|/$|; 239 $def .= "custom-templates ";239 $def .= "custom-templates/"; 240 240 } 241 241 -
branches/new-install-process/lib/OpenGuides/Config.pm
r1158 r1172 114 114 spam_detector_module => "", 115 115 host_checker_module => "", 116 static_path => "/usr/local/share/openguides/static ",116 static_path => "/usr/local/share/openguides/static/", 117 117 send_moderation_notifications => 1 118 118 );
