Another setting to allow a default URL in webpage and weblink

This commit is contained in:
moodler 2003-11-26 11:47:51 +00:00
parent 6e980cfa80
commit 5e91dd3f36
4 changed files with 21 additions and 0 deletions

View file

@ -26,6 +26,10 @@ if (!isset($CFG->resource_websearch)) {
set_config("resource_websearch", "http://google.com/");
}
if (!isset($CFG->resource_defaulturl)) {
set_config("resource_defaulturl", "http://");
}
$RESOURCE_WINDOW_OPTIONS = array("resizable", "scrollbars", "directories", "location",
"menubar", "toolbar", "status", "height", "width");