X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions.php;h=9607582d80af4ba56ed948fff4fcec6c67bb3a75;hb=fc99a551c505b2be1803373c8978f621ea2ea69f;hp=f50c4772e41bb7710b1274e8f40765dae2a1b10e;hpb=47ccfad452e8d345542d09e59112cac317cffed8;p=squirrelmail.git diff --git a/src/options.php b/src/options.php index f50c4772..9607582d 100644 --- a/src/options.php +++ b/src/options.php @@ -20,7 +20,7 @@ define('SM_PATH','../'); /* SquirrelMail required files. */ -require_once(SM_PATH . 'include/validate.php'); +include_once(SM_PATH . 'include/validate.php'); include_once(SM_PATH . 'functions/global.php'); include_once(SM_PATH . 'functions/display_messages.php'); include_once(SM_PATH . 'functions/imap.php'); @@ -491,4 +491,6 @@ if ($optpage == SMOPT_PAGE_MAIN) { - \ No newline at end of file +display('footer.tpl'); +?> \ No newline at end of file