mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Another setting to allow a default URL in webpage and weblink
This commit is contained in:
parent
6e980cfa80
commit
5e91dd3f36
4 changed files with 21 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue