mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2025-08-04 12:04:27 +02:00
port over what exists from the old pgsql driver
This commit is contained in:
@@ -28,12 +28,6 @@ if(!defined('PG4WP_ROOT')) {
|
||||
define('PG4WP_LOG_ERRORS', true);
|
||||
}
|
||||
|
||||
if (!defined('PG4WP_INSECURE')) {
|
||||
// If you want to allow insecure configuration (from the author point of view) to work with PG4WP,
|
||||
// change this to true
|
||||
define('PG4WP_INSECURE', false);
|
||||
}
|
||||
|
||||
// This defines the directory where PG4WP files are loaded from
|
||||
// 3 places checked : wp-content, wp-content/plugins and the base directory
|
||||
if(file_exists(ABSPATH . 'wp-content/pg4wp')) {
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user