Bottom row color changed
[squirrelmail.git] / functions / plugin.php
index a6371dfa62e1c744e720e055451b2051090fe31e..de8d4687eceddd5a94c660b607774c6aadb4fa5e 100644 (file)
@@ -32,7 +32,7 @@
       if (file_exists('../plugins/'.$name.'/setup.php')) {
          if ($plugin_general_debug)
            echo "plugin:  --  Loading $name/setup.php<br>\n";
-         include ('../plugins/'.$name.'/setup.php');
+         include_once('../plugins/'.$name.'/setup.php');
          $function = 'squirrelmail_plugin_init_'.$name;
          if (function_exists($function))
         {
@@ -87,4 +87,4 @@
       }
    }
 
-?>
+?>
\ No newline at end of file