mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-20 14:33:19 +00:00
Compare commits
2 Commits
main
...
ebdd77fb0a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebdd77fb0a | ||
|
|
6c36aaeb8a |
@@ -5,6 +5,11 @@ if (!defined('PHPWG_ROOT_PATH'))
|
|||||||
}
|
}
|
||||||
|
|
||||||
function bratonien_tools_nc_connector_create_local_api_first()
|
function bratonien_tools_nc_connector_create_local_api_first()
|
||||||
|
{
|
||||||
|
throw new RuntimeException('Neue Verbindungen über die alte lokale PostgreSQL-/Storage-Struktur sind ab 0.9.6.2 gesperrt. Bestehende lokale Verbindungen bleiben für die schrittweise Migration weiterhin aktiv. Neue Verbindungen müssen über den WebDAV-Assistenten angelegt werden.');
|
||||||
|
}
|
||||||
|
|
||||||
|
function bratonien_tools_nc_connector_create_local_api_first_legacy()
|
||||||
{
|
{
|
||||||
$required = array(
|
$required = array(
|
||||||
'nc_name' => 'Name',
|
'nc_name' => 'Name',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: Bratonien Tools
|
Plugin Name: Bratonien Tools
|
||||||
Version: 0.9.6.1
|
Version: 0.9.6.2
|
||||||
Description: Erweiterbare Administrationswerkzeuge fuer die Bratonien-Piwigo-Installation.
|
Description: Erweiterbare Administrationswerkzeuge fuer die Bratonien-Piwigo-Installation.
|
||||||
Plugin URI: https://github.com/Terranom674/Piwigo_Bratonien_Tools
|
Plugin URI: https://github.com/Terranom674/Piwigo_Bratonien_Tools
|
||||||
Author: Bratonien
|
Author: Bratonien
|
||||||
|
|||||||
Reference in New Issue
Block a user