diff --git a/modules/PostgreSQL.php b/modules/PostgreSQL.php new file mode 100644 index 0000000..3815d52 --- /dev/null +++ b/modules/PostgreSQL.php @@ -0,0 +1,14 @@ +fetch('https://www.postgresql.org/ftp/latest/', false)) + return $this->parse('/\/ftp\/source\/v([\d\.]+)/'); + return false; + } +} + +?>