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

Last change on this file since 6547 was 6547, checked in by Gotcha, 14 years ago

v1.0.9

File size: 353 bytes
Line 
1<?php
2/* $Id: cf_history.tab.php,v 1.1 2009/08/21 09:24:18 Criss Exp $ */
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4check_status(ACCESS_ADMINISTRATOR);
5
6$errors=array();
7$history = cf_get_history_list(CF_PATH.CF_CHANGELOG, $errors);
8$template->assign('CF_HISTORY', $history); 
9$template->assign('CF_HISTORY_ERROR', $errors); 
10?>
Note: See TracBrowser for help on using the repository browser.