From: Robert Treat Date: Mon, 16 Feb 2015 03:02:15 +0000 (-0500) Subject: Fix help links for pg 9.3 / 9.4 X-Git-Tag: REL_5-6-0~14 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=775e9613903b043ede4cb5254f5ba9d8363b2f05;p=phppgadmin.git Fix help links for pg 9.3 / 9.4 --- diff --git a/help/PostgresDoc93.php b/help/PostgresDoc93.php new file mode 100644 index 00000000..014b0c84 --- /dev/null +++ b/help/PostgresDoc93.php @@ -0,0 +1,13 @@ +help_base = sprintf($GLOBALS['conf']['help_base'], '9.3'); + +?> diff --git a/help/PostgresDoc94.php b/help/PostgresDoc94.php new file mode 100644 index 00000000..94a1dedc --- /dev/null +++ b/help/PostgresDoc94.php @@ -0,0 +1,13 @@ +help_base = sprintf($GLOBALS['conf']['help_base'], '9.4'); + +?>