argh! (forgot to remove debug code, done now)
[squirrelmail.git] / src / options_personal.php
index 3a40f28365d55872830f79ecd9de1078f6e755af..a2403528c47dd224b40e42b7eb527f74230873e0 100644 (file)
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include('../functions/display_messages.php');
-   include('../functions/imap.php');
-   include('../functions/array.php');
-   include('../functions/plugin.php');
+   require_once('../src/validate.php');
+   require_once('../functions/display_messages.php');
+   require_once('../functions/imap.php');
+   require_once('../functions/array.php');
+   require_once('../functions/plugin.php');
    
    displayPageHeader($color, 'None');
 
 
 </td></tr>
 </table>
-</body></html>
+</body></html>
\ No newline at end of file