Added validate to translate
[squirrelmail.git] / plugins / translate / options.php
index 64c99843eb769f21b96567c248c73023a8b86f39..97b861844bcab0409a35eec926923f779823c3df 100644 (file)
     */
 
    chdir('..');
-
-   session_start();
-   
-   require_once('../config/config.php');
+   require_once('../src/validate.php');
    require_once('../functions/strings.php');
    require_once('../functions/page_header.php');
    require_once('../functions/display_messages.php');