source:
extensions/Flash_Gallery/modules/IMGallery/main.inc.php
Last change on this file was 3531, checked in by , 15 years ago | |
---|---|
File size: 184 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
4 | |
5 | $module['ext_datas'] = (!empty($module['ext_datas']) ? unserialize($module['ext_datas']) : array('')); |
6 | |
7 | |
8 | |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.