Renamed some all-capitalized variables small
[mailer.git] / modules.php
index 2b1b2acf75497a78a4f8f9fa8c6bd4d1e2d6cf35..247d98cd48f0f7b4a63ed123f20d330aa01228f8 100644 (file)
@@ -59,7 +59,6 @@ loadIncludeOnce('inc/header.php');
 
 // Modules are by default not valid!
 $isModuleValid = false;
-$URL = '';
 
 // Init module state as 'failed' (always failed first)
 $moduleState = 'failed';