Ignore:
Timestamp:
Aug 21, 2009, 11:32:30 AM (15 years ago)
Author:
Criss
Message:

Add history tab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/config.php

    r3753 r3771  
    11<?php
    2 /* $Id: config.php,v 1.3 2009/08/19 13:30:25 Criss Exp $ */
     2/* $Id: config.php,v 1.4 2009/08/21 09:24:18 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44check_status(ACCESS_ADMINISTRATOR);
     
    99$config_tabs[]='config';
    1010$config_tabs[]='language';
     11$config_tabs[]='history';
    1112
    1213global $template, $page;
Note: See TracChangeset for help on using the changeset viewer.