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/PostgresDoc81.php')
-rw-r--r--src/help/PostgresDoc81.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
deleted file mode 100644
index b5fe8916..00000000
--- a/src/help/PostgresDoc81.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/**
- * PHPPgAdmin 6.0.0
- */
-
-namespace PHPPgAdmin\Help;
-
-/**
- * Help links for PostgreSQL 8.1 documentation.
- *
- * Release: PostgresDoc81.php,v 1.3 2006/12/28 04:26:55 xzilla Exp $
- */
-class PostgresDoc81 extends PostgresDoc80
-{
- public function __construct($conf, $major_version)
- {
- parent::__construct($conf, $major_version);
-
- $this->help_page['pg.role'] = 'user-manag.html';
- $this->help_page['pg.role.create'] = ['sql-createrole.html', 'user-manag.html#DATABASE-ROLES'];
- $this->help_page['pg.role.alter'] = ['sql-alterrole.html', 'role-attributes.html'];
- $this->help_page['pg.role.drop'] = ['sql-droprole.html', 'user-manag.html#DATABASE-ROLES'];
- }
-}