1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 09:32:17 +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: *
Disallow: /sitedown.php
Disallow: /e107_admin/
Disallow: /e107_handlers/
Disallow: /e107_files/cache/

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/sitedown.php,v $
| $Revision: 1.6 $
| $Date: 2009-10-28 14:14:11 $
| $Revision: 1.7 $
| $Date: 2009-10-28 15:37:46 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
@ -24,7 +24,7 @@ if (!varset($pref['maintainance_flag']))
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);