Project

General

Profile

« Previous | Next » 

Revision 1473

Added by Dietmar almost 13 years ago

found more backlinks to fix
remove not working ftan in frontend
fixed redirect in login procedure (Tks to mr-fan)
update droplet LoginBox, additional parameter $redirect
remove double config call in media (Tks to Testör)

View differences:

save_droplet.php
29 29
require_once(WB_PATH.'/framework/class.admin.php');
30 30
require_once(WB_PATH.'/framework/functions.php');
31 31

  
32
$module_edit_link = ADMIN_URL .'/admintools/tool.php?tool=droplets';
32 33
// check website baker platform (with WB 2.7, Admin-Tools were moved out of settings dialogue)
33 34
if(file_exists(ADMIN_PATH .'/admintools/tool.php')) {
34 35
	$admintool_link = ADMIN_URL .'/admintools/index.php';
35
	$module_edit_link = ADMIN_URL .'/admintools/tool.php?tool=droplets';
36 36
	$admin = new admin('admintools', 'admintools',false);
37 37
} else {
38 38
	$admintool_link = ADMIN_URL .'/settings/index.php?advanced=yes#administration_tools"';
39
	$module_edit_link = ADMIN_URL .'/settings/tool.php?tool=droplets';
40 39
	$admin = new admin('Settings', 'settings_advanced',false);
41 40
}
42 41

  

Also available in: Unified diff