Ignore:
Timestamp:
Jun 29, 2009, 1:55:17 PM (15 years ago)
Author:
Criss
Message:

Add obsolete files management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/administration.php

    r3465 r3473  
    11<?php
    2 /* $Id: administration.php,v 1.2 2009/06/26 14:40:27 Criss Exp $ */
     2/* $Id: administration.php,v 1.3 2009/06/29 11:43:18 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
     
    4949// Define common values
    5050$ce_common = array(
    51     'version' => CE_VERSION,
     51    'version' => $ce_plugin->getVersion(),
    5252    'title'   => $ce_plugin->plugin_id,
    5353);
Note: See TracChangeset for help on using the changeset viewer.