Skip to content

Commit d6e6fa9

Browse files
committed
fixed 2.0
1 parent 41b2887 commit d6e6fa9

8 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ All notable changes to this project will be documented in this file.
583583
- Added support for folder wildcards in backup exclusions (#2338 @youradds)
584584
- Added Nginx template for Mautic (#3192 3188 @youradds)
585585
- Added alias for composer (#3070)
586-
- Updated PhpPgAdmin and with support for PostgreSQL 15 (<https://github.com/hestiacp/phppgadmin>)
586+
- Updated PhpPgAdmin and with support for PostgreSQL 15 (<https://github.com/davidcp/phppgadmin>)
587587
- Upgrade MariaDB to 10.11 (#3305)
588588
- Add Quick installer for Flarum (#3342 and #3298 @Steveorevo)
589589
- Enable UTF8MB4 on default for Mysql (#3337 #1882)

func/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ upgrade_phppgadmin() {
598598
echo "[ * ] Upgrading phppgadmin to version $pga_v..."
599599
[ -d /usr/share/phppgadmin ] || mkdir -p /usr/share/phppgadmin
600600
# Download latest phpMyAdmin release
601-
wget --retry-connrefused --quiet https://github.com/hestiacp/phppgadmin/releases/download/v$pga_v/phppgadmin-v$pga_v.tar.gz
601+
wget --retry-connrefused --quiet https://github.com/davidcp/phppgadmin/releases/download/v$pga_v/phppgadmin-v$pga_v.tar.gz
602602
tar xzf phppgadmin-v$pga_v.tar.gz -C /usr/share/phppgadmin/
603603

604604
if ! version_ge "$pga_release" "7.14.0"; then

install/dvp-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ if [ "$postgresql" = 'yes' ]; then
18981898
mkdir -p /etc/phppgadmin/
18991899
mkdir -p /usr/share/phppgadmin/
19001900

1901-
wget --retry-connrefused --quiet https://github.com/hestiacp/phppgadmin/releases/download/v$pga_v/phppgadmin-v$pga_v.tar.gz
1901+
wget --retry-connrefused --quiet https://github.com/davidcp/phppgadmin/releases/download/v$pga_v/phppgadmin-v$pga_v.tar.gz
19021902
tar xzf phppgadmin-v$pga_v.tar.gz -C /usr/share/phppgadmin/
19031903

19041904
cp -f $DAVID_INSTALL_DIR/pga/config.inc.php /etc/phppgadmin/

install/dvp-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ if [ "$postgresql" = 'yes' ]; then
19291929
mkdir -p /etc/phppgadmin/
19301930
mkdir -p /usr/share/phppgadmin/
19311931

1932-
wget --retry-connrefused --quiet https://github.com/hestiacp/phppgadmin/releases/download/v$pga_v/phppgadmin-v$pga_v.tar.gz
1932+
wget --retry-connrefused --quiet https://github.com/davidcp/phppgadmin/releases/download/v$pga_v/phppgadmin-v$pga_v.tar.gz
19331933
tar xzf phppgadmin-v$pga_v.tar.gz -C /usr/share/phppgadmin/
19341934

19351935
cp -f $DAVID_INSTALL_DIR/pga/config.inc.php /etc/phppgadmin/

0 commit comments

Comments
 (0)