Changeset 2033 in ExiteCMS for trunk/administration/images.php


Ignore:
Timestamp:
11/15/08 20:51:44 (4 years ago)
Author:
webmaster
Message:

added svn properties to all files, and svn:keywords to .php and .tpl files
made sure all .php and .tpl file have a uniform copyright header

Location:
trunk/administration
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration

    • Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
    • Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
  • trunk/administration/images.php

    • Property svn:keywords changed from Rev Author Date Id to Date Revision Author Id
    • Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
    • Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
    r1935 r2033  
    11<?php 
    2 /*---------------------------------------------------+ 
    3 | ExiteCMS Content Management System                 | 
    4 +----------------------------------------------------+ 
    5 | Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
    6 | for support, please visit http://exitecms.exite.eu | 
    7 +----------------------------------------------------+ 
    8 | Some portions copyright 2002 - 2006 Nick Jones     | 
    9 | http://www.php-fusion.co.uk/                       | 
    10 +----------------------------------------------------+ 
    11 | Released under the terms & conditions of v2 of the | 
    12 | GNU General Public License. For details refer to   | 
    13 | the included gpl.txt file or visit http://gnu.org  | 
    14 +----------------------------------------------------*/ 
     2/*---------------------------------------------------------------------+ 
     3| ExiteCMS Content Management System                                   | 
     4+----------------------------------------------------------------------+ 
     5| Copyright 2006-2008 Exite BV, The Netherlands                        | 
     6| for support, please visit http://www.exitecms.org                    | 
     7+----------------------------------------------------------------------+ 
     8| Some code derived from PHP-Fusion, copyright 2002 - 2006 Nick Jones  | 
     9+----------------------------------------------------------------------+ 
     10| Released under the terms & conditions of v2 of the GNU General Public| 
     11| License. For details refer to the included gpl.txt file or visit     | 
     12| http://gnu.org                                                       | 
     13+----------------------------------------------------------------------+ 
     14| $Id::                                                               $| 
     15+----------------------------------------------------------------------+ 
     16| Last modified by $Author::                                          $| 
     17| Revision number $Rev::                                              $| 
     18+---------------------------------------------------------------------*/ 
    1519require_once dirname(__FILE__)."/../includes/core_functions.php"; 
    1620require_once PATH_ROOT."/includes/theme_functions.php"; 
Note: See TracChangeset for help on using the changeset viewer.