www_error("No configuration found", "No configuration file was found. Please copy config.php.in to config.php and edit as required.", "servers");
// Check that the PostgreSQL module is available
-if (!extension_loaded("postgresql"))
- www_error("PHP configuration error", "The postgresql module for PHP is not available. Please enable the module in your PHP configuration.", "servers");
+if (!extension_loaded("pgsql"))
+ www_error("PHP configuration error", "The PostgreSQL module (pgsql) for PHP is not available. Please enable the module in your PHP configuration.", "servers");
?>