File manager - Edit - /usr/local/cpanel/3rdparty/share/phpPgAdmin/classes/database/Postgres90.php
Back
<?php /** * PostgreSQL 9.0 support * * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $ */ include_once('./classes/database/Postgres91.php'); class Postgres90 extends Postgres91 { var $major_version = 9.0; /** * Constructor * @param $conn The database connection */ function __construct($conn) { parent::__construct($conn); } // Help functions function getHelpPages() { include_once('./help/PostgresDoc90.php'); return $this->help_page; } // Capabilities } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings