source: trunk/egroupware/CTA/inc/class.uiCTA.inc.php @ 775

Last change on this file since 775 was 775, checked in by autocommit@…, 8 years ago

la idea es de probar si podemos tener algo simple premiero, saco casi todo ahora

File size: 309 bytes
Line 
1<?
2
3class uiCTA {
4
5        var $public_functions = array(
6                "changepassword" => True
7                );
8
9        function changepassword ($data)
10        {
11        print ($GLOBALS['egw_info']['user']['account_lid']); 
12        print "<br>";
13        // print_r($data);
14        // print "<br>GET :";
15        // print_r ($_GET);
16        // print "<br>POST:";
17        // print_r ($_POST);
18
19        }
20}
21?>
Note: See TracBrowser for help on using the repository browser.