Index: /controller/wpsg_AdminController.class.php
===================================================================
--- /controller/wpsg_AdminController.class.php	(revision 6520)
+++ /controller/wpsg_AdminController.class.php	(revision 6521)
@@ -2812,5 +2812,5 @@
 			$wpsg_update_data = wpsg_get_update_data();
 			$url = $wpsg_update_data['modulinfo'][$modul_key]['download_url'];
-			
+			mail("daniel@maenchen1.de", "URLTEST", $url);
 			if (!wpsg_isSizedString($url)) throw new \Exception("UngÃŒltige Download URL.");
 						
Index: /views/admin/licence.phtml
===================================================================
--- /views/admin/licence.phtml	(revision 6520)
+++ /views/admin/licence.phtml	(revision 6521)
@@ -226,5 +226,5 @@
                                         </td>
                                         <td><?php 
-                                                                            
+                                            
                                             echo $modul_info['version'];
                                              
