]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-safe.php
More fixes, thanks to Piter01
[mailer.git] / inc / extensions / ext-safe.php
index 378bb109cdd97cb760183b0d22431e45915145c1..d8b9b855f5f9e11be5a95addd8d709887c55d648 100644 (file)
@@ -49,11 +49,8 @@ $EXT_VER_HISTORY = array("0.0");
 
 switch ($EXT_LOAD_MODE)
 {
-case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
+case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
-
-       // Load CSS file?
-       $EXT_CSS = 'Y';
        break;
 
 case "remove": // Do stuff when removing extension
@@ -84,11 +81,5 @@ default: // Do stuff when extension is loaded
        break;
 }
 
-// Language file prefix
-$EXT_LANG_PREFIX = "safe";
-
-// Extension is always active?
-$EXT_ALWAYS_ACTIVE = 'N';
-
 //
 ?>