Project

General

Profile

« Previous | Next » 

Revision 708

Added by doc over 16 years ago

Fixed issue with two broken links

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.7.0 -------------------------------------
14 14
18-Feb-2008	Christian Sommer
15
#	Fixed two broken links
15 16
!	Modified news module to create a default index.php during installation (directory spoofing)
16 17
17-Feb-2008	Matthias Gallas
17 18
-	Removed colloquially german language files as the filename causes issues
trunk/wb/admin/images/icons/index.php
23 23

  
24 24
*/
25 25

  
26
require('../../../config.php');
27
header('Location: '.ADMIN_URL.'/home/index.php');
26
header("Location: ../../../index.php");
28 27

  
29 28
?>
trunk/wb/admin/admintools/template.html
7 7
}
8 8
</style>
9 9

  
10
<form name="admin_tools" action="save.php" method="post">
11

  
12 10
<table cellpadding="3" cellspacing="0" border="0" align="center" width="100%" class="tool_table">
13 11

  
14 12
<tr class="advanced">
......
36 34
</tr>
37 35
</table>
38 36

  
39
</form>
40

  
41

  
42

  
43 37
<!-- END main_block -->

Also available in: Unified diff