Fix a bunch of plugins to cope with moved load_prefs/validate files.
[squirrelmail.git] / plugins / squirrelspell / sqspell_options.php
index cc1013c31056962374e2ba823dfecb81a6906ed4..ce6b230ea994b1703f8e51b4ee194e8006ccaeec 100644 (file)
@@ -28,8 +28,8 @@ define('SM_PATH','../');
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
-require_once(SM_PATH . 'src/validate.php');
-require_once(SM_PATH . 'src/load_prefs.php');
+require_once(SM_PATH . 'include/validate.php');
+require_once(SM_PATH . 'include/load_prefs.php');
 require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'functions/page_header.php');
 require_once("$SQSPELL_DIR/sqspell_config.php");