Changeset 32410


Ignore:
Timestamp:
Jan 18, 2021, 9:51:18 PM (3 years ago)
Author:
ddtddt
Message:

[reset_level] piwigo 11

Location:
extensions/reset_level
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • extensions/reset_level/index.php

    r32333 r32410  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/reset_level/initadmin.php

    r32333 r32410  
    33// | reset level plugin for piwigo by TEMMII                               |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011-2020 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/reset_level/language/en_UK/index.php

    r32333 r32410  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/reset_level/language/en_UK/plugin.lang.php

    r32360 r32410  
    33// | reset level plugin for piwigo by TEMMII                               |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011-2020 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/reset_level/language/fr_FR/index.php

    r32333 r32410  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/reset_level/language/fr_FR/plugin.lang.php

    r32337 r32410  
    33// | reset level plugin for piwigo by TEMMII                               |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011-2020 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/reset_level/language/index.php

    r32333 r32410  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/reset_level/main.inc.php

    r32333 r32410  
    1212// | reset level plugin for piwigo by TEMMII                               |
    1313// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2011-2020 ddtddt               http://temmii.com/piwigo/ |
     14// | Copyright(C) 2011-2021 ddtddt               http://temmii.com/piwigo/ |
    1515// +-----------------------------------------------------------------------+
    1616// | This program is free software; you can redistribute it and/or modify  |
     
    4141}
    4242
    43 
    44 
    45 
    46 
    47 
    48  
    49 
    50 
    5143?>
Note: See TracChangeset for help on using the changeset viewer.