1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

work on sitedown

This commit is contained in:
marj
2009-10-28 15:38:27 +00:00
parent 24ca20948e
commit afe1d90394
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
User-agent: * User-agent: *
Disallow: /sitedown.php
Disallow: /e107_admin/ Disallow: /e107_admin/
Disallow: /e107_handlers/ Disallow: /e107_handlers/
Disallow: /e107_files/cache/ Disallow: /e107_files/cache/

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/sitedown.php,v $ | $Source: /cvs_backup/e107_0.8/sitedown.php,v $
| $Revision: 1.6 $ | $Revision: 1.7 $
| $Date: 2009-10-28 14:14:11 $ | $Date: 2009-10-28 15:37:46 $
| $Author: marj_nl_fr $ | $Author: marj_nl_fr $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -24,7 +24,7 @@ if (!varset($pref['maintainance_flag']))
exit(); exit();
} }
header('Content-type: text/html; charset=utf-8', TRUE); header('Content-type: text/html; charset=utf-8');
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE); include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);