Better indication no postgres instance detected

This commit is contained in:
strNophix 2022-03-15 08:34:58 +01:00
parent 04a7ff551c
commit 63b959c8cd

View File

@ -28,6 +28,8 @@
var_dump(pg_fetch_all($result)); var_dump(pg_fetch_all($result));
?> ?>
</p> </p>
{% else %}
<p>No postgres instance detected.</p>
{% endif %} {% endif %}
</body> </body>
</html> </html>