mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-26 16:01:05 +00:00
14 lines
239 B
PHP
14 lines
239 B
PHP
<?php
|
|
|
|
/**
|
|
* Help links for PostgreSQL 9.3 documentation
|
|
*
|
|
* $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
|
|
*/
|
|
|
|
include('./help/PostgresDoc92.php');
|
|
|
|
$this->help_base = sprintf($GLOBALS['conf']['help_base'], '9.3');
|
|
|
|
?>
|