source: extensions/ContactForm/admin/cf_history.tab.php @ 8482

Last change on this file since 8482 was 8482, checked in by Gotcha, 13 years ago

Daily MAJ

File size: 284 bytes
Line 
1<?php
2if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
3check_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 repository browser.