Ignore:
Timestamp:
Mar 11, 2013, 10:35:42 AM (11 years ago)
Author:
nikrou
Message:

Make plugin compatible with piwigo 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/include/admin_main.inc.php

    r11344 r21469  
    33// | pwgCumulus  - a plugin for Piwigo                                     |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
     5// | Copyright(C) 2009-2013 Nicolas Roudaire        http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2020// +-----------------------------------------------------------------------+
    2121
     22if (!defined('PHPWG_ROOT_PATH')) {
     23  die('Hacking attempt!');
     24}
     25
    2226$plugin_main = file_get_contents(dirname(__FILE__) . '/../main.inc.php');
    2327$version = '';
Note: See TracChangeset for help on using the changeset viewer.