Changeset 32400


Ignore:
Timestamp:
Jan 17, 2021, 10:27:36 PM (3 years ago)
Author:
ddtddt
Message:

[BanIP] piwigo 11

Location:
extensions/BanIP
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • extensions/BanIP/admin.php

    r31746 r32400  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Ban IP plugin for piwigo                                              |
    4 // +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
     3// | Ban IP plugin for Piwigo by TEMMII                                    |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2016-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/BanIP/initadmin.php

    r31746 r32400  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Ban IP plugin for piwigo                                              |
     3// | Ban IP plugin for Piwigo by TEMMII                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2016-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2121
    2222//add admin menu
     23/*
    2324add_event_handler('get_admin_plugin_menu_links', 'banip_admin_menu');
    2425
     
    3132     return $menu;
    3233}
    33  
     34 */
  • extensions/BanIP/language/en_UK/index.php

    r31368 r32400  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    6 // +-----------------------------------------------------------------------+
    7 // | file          : $Id: index.php 7192 2010-10-15 07:31:57Z ddtddt $
    8 // | last update   : $Date: 2010-10-15 09:31:57 +0200 (ven. 15 oct. 2010) $
    9 // | last modifier : $Author: ddtddt $
    10 // | revision      : $Revision: 7192 $
    11 // +-----------------------------------------------------------------------+
    12 // | This program is free software; you can redistribute it and/or modify  |
    13 // | it under the terms of the GNU General Public License as published by  |
    14 // | the Free Software Foundation                                          |
    15 // |                                                                       |
    16 // | This program is distributed in the hope that it will be useful, but   |
    17 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    18 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    19 // | General Public License for more details.                              |
    20 // |                                                                       |
    21 // | You should have received a copy of the GNU General Public License     |
    22 // | along with this program; if not, write to the Free Software           |
    23 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    24 // | USA.                                                                  |
    25 // +-----------------------------------------------------------------------+
    26 
    272// Recursive call
    283$url = '../';
  • extensions/BanIP/language/en_UK/plugin.lang.php

    r31746 r32400  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Ban IP plugin for piwigo                                              |
     3// | Ban IP plugin for Piwigo by TEMMII                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2016-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/BanIP/language/fr_FR/index.php

    r31368 r32400  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    6 // +-----------------------------------------------------------------------+
    7 // | file          : $Id: index.php 7188 2010-10-15 07:10:22Z ddtddt $
    8 // | last update   : $Date: 2010-10-15 09:10:22 +0200 (ven. 15 oct. 2010) $
    9 // | last modifier : $Author: ddtddt $
    10 // | revision      : $Revision: 7188 $
    11 // +-----------------------------------------------------------------------+
    12 // | This program is free software; you can redistribute it and/or modify  |
    13 // | it under the terms of the GNU General Public License as published by  |
    14 // | the Free Software Foundation                                          |
    15 // |                                                                       |
    16 // | This program is distributed in the hope that it will be useful, but   |
    17 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    18 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    19 // | General Public License for more details.                              |
    20 // |                                                                       |
    21 // | You should have received a copy of the GNU General Public License     |
    22 // | along with this program; if not, write to the Free Software           |
    23 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    24 // | USA.                                                                  |
    25 // +-----------------------------------------------------------------------+
    26 
    272// Recursive call
    283$url = '../';
  • extensions/BanIP/language/fr_FR/plugin.lang.php

    r31949 r32400  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Ban IP plugin for piwigo                                              |
     3// | Ban IP plugin for Piwigo by TEMMII                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2016-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/BanIP/language/index.php

    r31368 r32400  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    6 // +-----------------------------------------------------------------------+
    7 // | file          : $Id: index.php 4195 2009-11-05 11:57:50Z ddtddt $
    8 // | last update   : $Date: 2009-11-05 12:57:50 +0100 (jeu. 05 nov. 2009) $
    9 // | last modifier : $Author: ddtddt $
    10 // | revision      : $Revision: 4195 $
    11 // +-----------------------------------------------------------------------+
    12 // | This program is free software; you can redistribute it and/or modify  |
    13 // | it under the terms of the GNU General Public License as published by  |
    14 // | the Free Software Foundation                                          |
    15 // |                                                                       |
    16 // | This program is distributed in the hope that it will be useful, but   |
    17 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    18 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    19 // | General Public License for more details.                              |
    20 // |                                                                       |
    21 // | You should have received a copy of the GNU General Public License     |
    22 // | along with this program; if not, write to the Free Software           |
    23 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    24 // | USA.                                                                  |
    25 // +-----------------------------------------------------------------------+
    26 
    272// Recursive call
    283$url = '../';
  • extensions/BanIP/main.inc.php

    r31746 r32400  
    77Author: ddtddt
    88Author URI: http://temmii.com/piwigo/
     9Has Settings: webmaster
    910*/
    1011
    1112// +-----------------------------------------------------------------------+
    12 // | Ban IP plugin for piwigo                                              |
     13// | Ban IP plugin for Piwigo by TEMMII                                    |
    1314// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
     15// | Copyright(C) 2016-2021 ddtddt               http://temmii.com/piwigo/ |
    1516// +-----------------------------------------------------------------------+
    1617// | This program is free software; you can redistribute it and/or modify  |
  • extensions/BanIP/maintain.class.php

    r31746 r32400  
    22
    33// +-----------------------------------------------------------------------+
    4 // | Ban IP plugin for piwigo                                              |
     4// | Ban IP plugin for Piwigo by TEMMII                                    |
    55// +-----------------------------------------------------------------------+
    6 // | Copyright(C) 2016-2017 ddtddt               http://temmii.com/piwigo/ |
     6// | Copyright(C) 2016-2021 ddtddt               http://temmii.com/piwigo/ |
    77// +-----------------------------------------------------------------------+
    88// | This program is free software; you can redistribute it and/or modify  |
Note: See TracChangeset for help on using the changeset viewer.