Changeset 15 for pro-bachkim-filespace/sourcecode/application/modules/ajax
- Timestamp:
- Jun 13, 2014 10:38:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/privatecontent.php
r12 r15 36 36 37 37 public function getContent () { 38 $aryData = array('DIRECTORIES' => $this->objDirectory->getAllDirectory() , 'FILES' => $this->objDirectory->getAllFile() );38 $aryData = array('DIRECTORIES' => $this->objDirectory->getAllDirectory() , 'FILES' => $this->objDirectory->getAllFile(), 'ENCRYPT' => md5('abcdef')); 39 39 echo json_encode($aryData); 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.