change back to webdb for another release REL_0-6-5
authorchriskl <chriskl>
Fri, 17 Jan 2003 01:26:39 +0000 (01:26 +0000)
committerchriskl <chriskl>
Fri, 17 Jan 2003 01:26:39 +0000 (01:26 +0000)
libraries/lib.inc.php

index 90d2d8dd044da71597d622e2b08ebc5406744e72..eff0b85effcc4315ac32cdc310a96e1570ab9c58 100644 (file)
@@ -3,14 +3,14 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.11 2003/01/12 04:37:36 chriskl Exp $
+        * $Id: lib.inc.php,v 1.12 2003/01/17 01:26:39 chriskl Exp $
         */
 
        // Application name 
-       $appName = 'phpPgAdmin';
+       $appName = 'WebDB';
 
        // Application version
-       $appVersion = '3.0-dev';
+       $appVersion = '0.6.5';
 
        // Configuration file version.  If this is greater than that in config.inc.php, then
        // the app will refuse to run.  This and $appConfVersion should be incremented whenever
@@ -60,6 +60,7 @@
        ini_set('magic_quotes_gpc', 0);
        ini_set('magic_quotes_runtime', 0);
        ini_set('magic_quotes_sybase', 0);
+       ini_set('session.use_cookies', 1);
        
        // If login action is set, then set login variables
        if (isset($_POST['formServer']) && isset($_POST['formUsername']) &&