Changeset 6851 for extensions/pwgCumulus/language/de_DE
- Timestamp:
- Sep 6, 2010, 9:17:52 PM (14 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
extensions/pwgCumulus/language/de_DE/index.php
r6749 r6851 20 20 // +-----------------------------------------------------------------------+ 21 21 22 if (!defined('PHPWG_ROOT_PATH')) { 23 die('Hacking attempt!'); 24 } 25 26 function plugin_install($plugin_id, $plugin_version, &$errors) { 27 } 28 29 function plugin_activate($plugin_id, $plugin_version, &$errors) { 30 } 31 32 function plugin_deactivate($plugin_id) { 33 } 34 35 function plugin_uninstall($plugin_id) { 36 } 22 // Recursive call 23 $url = '../'; 24 header( 'Request-URI: '.$url ); 25 header( 'Content-Location: '.$url ); 26 header( 'Location: '.$url ); 27 exit(); 37 28 ?>
Note: See TracChangeset
for help on using the changeset viewer.