Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/PostgresDoc84.php')
-rw-r--r--src/help/PostgresDoc84.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
deleted file mode 100644
index a9ece52b..00000000
--- a/src/help/PostgresDoc84.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/**
- * PHPPgAdmin 6.0.0
- */
-
-namespace PHPPgAdmin\Help;
-
-/**
- * Help links for PostgreSQL 8.4 documentation.
- *
- * Release: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
- */
-class PostgresDoc84 extends PostgresDoc83
-{
- public function __construct($conf, $major_version)
- {
- parent::__construct($conf, $major_version);
- }
-}