Changeset 9743 for branches/2.1/include/ws_core.inc.php
- Timestamp:
- Mar 17, 2011, 3:47:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/include/ws_core.inc.php
r6890 r9743 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | Piwigo - a PHP based p icture gallery|3 // | Piwigo - a PHP based photo gallery | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2008-201 0Piwigo Team http://piwigo.org |5 // | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | 6 6 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 7 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | … … 372 372 @header('Content-Type: '.$contentType.'; charset='.get_pwg_charset()); 373 373 print_r($encodedResponse); 374 trigger_action('sendResponse', $encodedResponse ); 374 375 } 375 376
Note: See TracChangeset
for help on using the changeset viewer.