Changeset 2887348
- Timestamp:
- 03/27/2023 06:29:48 AM (3 years ago)
- Location:
- picgrab
- Files:
-
- 4 edited
- 1 copied
-
tags/0.31 (copied) (copied from picgrab/trunk)
-
tags/0.31/picgrab.php (modified) (2 diffs)
-
tags/0.31/std.encryption.class.inc (modified) (1 diff)
-
trunk/picgrab.php (modified) (2 diffs)
-
trunk/std.encryption.class.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
picgrab/tags/0.31/picgrab.php
r2887106 r2887348 6 6 Description: Plugin 7 7 Author: Fabrizio Zellini 8 Version: 0. 218 Version: 0.31 9 9 Author URI: http://fabrizio.zellini.org 10 10 … … 81 81 } 82 82 83 84 85 83 ?> -
picgrab/tags/0.31/std.encryption.class.inc
r2887106 r2887348 1 /* 2 3 A reversible password encryption routine 4 Distributed under the GNU General Public Licence 5 6 */ 1 7 <?php 2 8 if (!class_exists('encryption_class')) { -
picgrab/trunk/picgrab.php
r2887106 r2887348 6 6 Description: Plugin 7 7 Author: Fabrizio Zellini 8 Version: 0. 218 Version: 0.31 9 9 Author URI: http://fabrizio.zellini.org 10 10 … … 81 81 } 82 82 83 84 85 83 ?> -
picgrab/trunk/std.encryption.class.inc
r2887106 r2887348 1 /* 2 3 A reversible password encryption routine 4 Distributed under the GNU General Public Licence 5 6 */ 1 7 <?php 2 8 if (!class_exists('encryption_class')) {
Note: See TracChangeset
for help on using the changeset viewer.