-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.php
24 lines (23 loc) · 1.05 KB
/
configuration.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**************************************************
Coppermine Photo Gallery 1.4.1 CPGMark Plugin
*************************************************
1.2 CPGMark
Copyright (C) 2005 Jeff Paffett <[email protected]>
************************************************* //
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
*************************************************
Coppermine version: 1.4.1
$Source: /cvsroot/cpg-contrib/CPGMark/configuration.php,v $
$Revision: 1.4 $
$Author: donnoman $
$Date: 2006/11/30 06:34:57 $
***************************************************/
$name='CPGMark';
$description='CPGMark gives the ability to add watermarks to photos in Coppermine Galleries.';
$author='Jpaffett and Donnoman from <a href="http://cpg-contrib.org" target="_blank">cpg-contrib.org</a>';
$version='1.3RC1';
?>