Changeset 5774
- Timestamp:
- 06/14/08 20:22:07 (5 months ago)
- Files:
-
- modules/branches/2.4/dashboard/page.index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/dashboard/page.index.php
r5357 r5774 679 679 case 'info': 680 680 $json = new Services_JSON(); 681 header("Content-type: application/json"); 681 682 echo $json->encode( 682 683 array( … … 690 691 case 'stats': 691 692 $json = new Services_JSON(); 693 header("Content-type: application/json"); 692 694 echo $json->encode( 693 695 array( … … 699 701 case 'all': 700 702 $json = new Services_JSON(); 703 header("Content-type: application/json"); 701 704 echo $json->encode( 702 705 array(
