Переглянути джерело

I realy need to update my branch :-(

stekkel 23 роки тому
батько
коміт
1dfaf8b244
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      functions/page_header.php

+ 2 - 2
functions/page_header.php

@@ -12,9 +12,9 @@
  */
 
 require_once('../functions/strings.php');
-//require_once('../functions/imap_utf7_decode_local.php');
+require_once('../functions/imap_utf7_decode_local.php');
 require_once('../functions/html.php');
-require_once('../functions/imap_mailbox.php');
+//require_once('../functions/imap_mailbox.php');
 /* Always set up the language before calling these functions */
 function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE ) {