ehh, hmm: include -> require
[squirrelmail.git] / functions / page_header.php
index 2ab967f33ef12f7da09c5042b7dfecbc07f65ff8..c84f83978c15d8c910033cbffd38b92bca2bd4ca 100644 (file)
@@ -11,7 +11,7 @@
  * $Id$
  */
 
  * $Id$
  */
 
-include_once('../functions/strings.php');
+require_once('../functions/strings.php');
 
 // Always set up the language before calling these functions
 function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE ) {
 
 // Always set up the language before calling these functions
 function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE ) {