Ignore:
Timestamp:
Mar 4, 2009, 4:47:06 PM (15 years ago)
Author:
sebas
Message:

cambio de nombre del module + actualizacion para la compatibilidad con las nuevas version de egw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/egroupware/egw-passwd-sync-with-alternc/index.php

    r47 r137  
    11<?php
    22        $GLOBALS['phpgw_info']['flags'] = array(
    3                 'currentapp'    => 'CTA',
     3                'currentapp'    => 'Egw-passwd-sync',
    44                'noheader'      => True,
    55                'nonavbar'      => True
    66        );
    77        include('../header.inc.php');
    8         $GLOBALS['egw']->redirect_link('/index.php', 'menuaction=CTA.uiCTA.changepassword');
     8        $GLOBALS['egw']->redirect_link('/index.php', 'menuaction=Egw-passwd-sync.uiEgw-passwd-sync.changepassword');
Note: See TracChangeset for help on using the changeset viewer.