Modified Greg's work to:
- rename the main_frame variable to framename, because it
- might have caused some confusion
- none of the global variables have underscores
- put the config in the config table, with a default of _top
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"prefix" => "",
|
||||
"guestloginbutton" => 1,
|
||||
"sessiontimeout" => 7200,
|
||||
"framename" => "_top",
|
||||
"debug" => 7
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user