root/extensions/ContactForm/admin/cf_history.tab.php
@
8482
| Revision 8482, 284 bytes (checked in by Gotcha, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
| 3 | check_status(ACCESS_ADMINISTRATOR); |
| 4 | |
| 5 | $errors=array(); |
| 6 | $history = cf_get_history_list(CF_PATH.CF_CHANGELOG, $errors); |
| 7 | $template->assign('CF_HISTORY', $history); |
| 8 | $template->assign('CF_HISTORY_ERROR', $errors); |
| 9 | ?> |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)