Centralized init
[squirrelmail.git] / plugins / change_password / options.php
index 0246bfa59fccd38d86f25c2a53580c9a8e0c61e6..4400a015224c461e1298fc4e155c38bb80714403 100644 (file)
  * @subpackage change_password
  */
 
-/** @ignore */
-define('SM_PATH','../../');
+/**
+ * Include the SquirrelMail initialization file.
+ */
+require('../../include/init.php');
 
-include_once (SM_PATH . 'include/validate.php');
 include_once (SM_PATH . 'plugins/change_password/functions.php');
 include_once (SM_PATH . 'functions/forms.php');