Changeset 771
- Timestamp:
- 01/15/07 00:51:05 (2 years ago)
- Files:
-
- trunk/upload/extern.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/upload/extern.php
r233 r771 149 149 if (!isset($lang_common)) 150 150 exit('There is no valid language pack \''.$pun_config['o_default_lang'].'\' installed. Please reinstall a language of that name.'); 151 152 // Check if we are to display a maintenance message 153 if ($pun_config['o_maintenance'] && !defined('PUN_TURN_OFF_MAINT')) 154 maintenance_message(); 151 155 152 156 if (!isset($_GET['action']))
