/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/controllers/ajax.php

  • Committer: b11johgu
  • Date: 2013-05-14 12:30:38 UTC
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: b11johgu@student.his.se-20130514123038-rthxj3f34o32gpxy
ExamplesController:
- Added expand/collapse arrows for categories/subcategories.
- Added category positioning (incomplete).

more general changes made.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                /*
16
16
                 *      This function outputs data: user password hint.
17
17
                 */
18
 
                public function pwdhint($user) {
 
18
                public function pwdhint() {
 
19
                $user = $this->input->post('hintPwd');
19
20
                        $data = array(
20
21
                                'hint' => $this->user->getPasswordHint($user)
21
22
                        );
39
40
                        //Output JSON data
40
41
                        echo json_encode($data);
41
42
                }
 
43
                
 
44
                public function categoryOrderDecrease(){
 
45
                        $pwdOld = $this->input->post('currentPwd');
 
46
                        $pwdNew = $this->input->post('newPwd');
 
47
                }
42
48
        }
43
49
?>
 
 
b'\\ No newline at end of file'