mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
issue #830 simplify PHP files header, remove copyright/license info
This commit is contained in:
parent
c773f655cc
commit
fc193f7474
697 changed files with 2337 additions and 12834 deletions
21
about.php
21
about.php
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
//----------------------------------------------------------- include
|
//----------------------------------------------------------- include
|
||||||
|
|
21
action.php
21
action.php
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
define('PHPWG_ROOT_PATH','./');
|
define('PHPWG_ROOT_PATH','./');
|
||||||
|
|
21
admin.php
21
admin.php
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
|
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
add_event_handler('tabsheet_before_select', 'add_core_tabs', 0);
|
add_event_handler('tabsheet_before_select', 'add_core_tabs', 0);
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
|
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
class c13y_internal
|
class c13y_internal
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
class check_integrity
|
class check_integrity
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/* nbm_global_var */
|
/* nbm_global_var */
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/** returns a category id that corresponds to the given permalink (or null)
|
/** returns a category id that corresponds to the given permalink (or null)
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
function check_upgrade()
|
function check_upgrade()
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
|
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
class languages
|
class languages
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
class tabsheet
|
class tabsheet
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
|
if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
function parse_sort_variables(
|
function parse_sort_variables(
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHOTOS_ADD_BASE_URL'))
|
if (!defined('PHOTOS_ADD_BASE_URL'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHOTOS_ADD_BASE_URL'))
|
if (!defined('PHOTOS_ADD_BASE_URL'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHOTOS_ADD_BASE_URL'))
|
if (!defined('PHOTOS_ADD_BASE_URL'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if(!defined("PHPWG_ROOT_PATH"))
|
if(!defined("PHPWG_ROOT_PATH"))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if(!defined("PHPWG_ROOT_PATH"))
|
if(!defined("PHPWG_ROOT_PATH"))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") ) die ("Hacking attempt!");
|
if( !defined("PHPWG_ROOT_PATH") ) die ("Hacking attempt!");
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
defined('PHPWG_ROOT_PATH') or die ("Hacking attempt!");
|
defined('PHPWG_ROOT_PATH') or die ("Hacking attempt!");
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// provides data for site synchronization from the local file system
|
// provides data for site synchronization from the local file system
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('PHPWG_ROOT_PATH'))
|
if (!defined('PHPWG_ROOT_PATH'))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined("PHPWG_ROOT_PATH"))
|
if (!defined("PHPWG_ROOT_PATH"))
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
|
@ -1,48 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | PhpWebGallery - a PHP based picture gallery |
|
|
||||||
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
|
|
||||||
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | file : $Id: index.php 3049 2009-01-04 23:28:36Z plg $
|
|
||||||
// | last update : $Date: 2009-01-05 00:28:36 +0100 (lun. 05 janv. 2009) $
|
|
||||||
// | last modifier : $Author: plg $
|
|
||||||
// | revision : $Revision: 3049 $
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if( !defined("PHPWG_ROOT_PATH") )
|
if( !defined("PHPWG_ROOT_PATH") )
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
define('PHPWG_ROOT_PATH','../');
|
define('PHPWG_ROOT_PATH','../');
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
if (!defined('IN_ADMIN'))
|
if (!defined('IN_ADMIN'))
|
||||||
|
|
21
comments.php
21
comments.php
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
21
feed.php
21
feed.php
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
define('PHPWG_ROOT_PATH','./');
|
define('PHPWG_ROOT_PATH','./');
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
// Recursive call
|
// Recursive call
|
||||||
|
|
19
i.php
19
i.php
|
@ -1,22 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
define('PHPWG_ROOT_PATH','./');
|
define('PHPWG_ROOT_PATH','./');
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
//--------------------------------------------------------------------- include
|
//--------------------------------------------------------------------- include
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Piwigo - a PHP based photo gallery |
|
// | This file is part of Piwigo. |
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
||||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
||||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
||||||
// +-----------------------------------------------------------------------+
|
|
||||||
// | This program is free software; you can redistribute it and/or modify |
|
|
||||||
// | it under the terms of the GNU General Public License as published by |
|
|
||||||
// | the Free Software Foundation |
|
|
||||||
// | |
|
// | |
|
||||||
// | This program is distributed in the hope that it will be useful, but |
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// | file that was distributed with this source code. |
|
||||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
||||||
// | General Public License for more details. |
|
|
||||||
// | |
|
|
||||||
// | You should have received a copy of the GNU General Public License |
|
|
||||||
// | along with this program; if not, write to the Free Software |
|
|
||||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
||||||
// | USA. |
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue