Files
Piwigo/install/db/175-database.php
2025-05-20 14:11:21 +02:00

22 lines
757 B
PHP

<?php
// +-----------------------------------------------------------------------+
// | This file is part of Piwigo. |
// | |
// | For copyright and license information, please view the COPYING.txt |
// | file that was distributed with this source code. |
// +-----------------------------------------------------------------------+
if (!defined('PHPWG_ROOT_PATH'))
{
die('Hacking attempt!');
}
$upgrade_description = 'add config parameter to override Theme Login & Registration Pages';
// Force use of standard pages on update
conf_update_param('use_standard_pages', true);
echo "\n".$upgrade_description."\n";
?>