Changeset 5 for pro-bachkim-filespace/violetspace-prototype/getdata.php
- Timestamp:
- May 27, 2014 7:27:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/violetspace-prototype/getdata.php
r4 r5 28 28 echo json_encode($aryNewDir); 29 29 } 30 else if ($_POST['action'] == 'delete_dir') { 31 $aryDelDir = array('id' => $_POST['id'], 'isSuccess' => true); 32 echo json_encode($aryDelDir); 33 } 30 34 } 31 35 else {
Note: See TracChangeset
for help on using the changeset viewer.