add show system objects support
authorchriskl <chriskl>
Thu, 15 May 2003 14:36:02 +0000 (14:36 +0000)
committerchriskl <chriskl>
Thu, 15 May 2003 14:36:02 +0000 (14:36 +0000)
conf/config.inc.php-dist

index 674d94a3138655007a42447dcb01119f1c4f2583..c958f17b0dab0302752506bdefb26ec42d11f414 100644 (file)
@@ -4,7 +4,7 @@
         * Central phpPgAdmin configuration.  As a user you may modify the
         * settings here for your particular configuration.
         *
-        * $Id: config.inc.php-dist,v 1.21 2003/05/15 09:48:41 chriskl Exp $
+        * $Id: config.inc.php-dist,v 1.22 2003/05/15 14:36:02 chriskl Exp $
         */
 
        // An example server.  Create as many of these as you wish,
@@ -29,6 +29,9 @@
        // (eg. Run 'SELECT * FROM pg_database' in the SQL area.)
        $conf['owned_only'] = false;
 
+       // Display "system" objects?
+       $conf['show_system'] = false;
+
        // Display reports feature?
        $conf['show_reports'] = true;