Changeset 32197 for extensions/memories/maintain.class.php
- Timestamp:
- May 11, 2020, 10:54:44 PM (5 years ago)
- Location:
- extensions/memories
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
extensions/memories/maintain.class.php
r32196 r32197 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | Photos from one year ago for Piwigo by TEMMII|3 // | Memories for Piwigo by TEMMII | 4 4 // +-----------------------------------------------------------------------+ 5 5 // | Copyright(C) 2008-2020 ddtddt http://temmii.com/piwigo/ | … … 22 22 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 23 23 24 class photos_from_one_year_ago_maintain extends PluginMaintain{24 class memories_maintain extends PluginMaintain{ 25 25 26 26 private $default_conf = array(
Note: See TracChangeset
for help on using the changeset viewer.