Ignore:
Timestamp:
Sep 6, 2010, 9:17:52 PM (14 years ago)
Author:
nikrou
Message:

Add hr_HR thanks to LuxZg
Remove configuration when plugin is uninstalled.
Add indexes in languages directories.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/language/fr_FR/index.php

    r6749 r6851  
    2020// +-----------------------------------------------------------------------+
    2121
    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 = '../';
     24header( 'Request-URI: '.$url );
     25header( 'Content-Location: '.$url );
     26header( 'Location: '.$url );
     27exit();
    3728?>
Note: See TracChangeset for help on using the changeset viewer.