mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Fix links to PostgreSQL 10 documentation
This commit is contained in:
@@ -948,7 +948,7 @@ class Adminer {
|
||||
}
|
||||
}
|
||||
?>
|
||||
bodyLoad('<?php echo (is_object($connection) ? substr($connection->server_info, 0, 3) : ""); ?>');
|
||||
bodyLoad('<?php echo (is_object($connection) ? preg_replace('~^(\\d\\.?\\d).*~s', '\\1', $connection->server_info) : ""); ?>');
|
||||
</script>
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user