librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1576] add $adodb_connect_string to config.php


From: David Mignot
Subject: [Librefm-commits] [1576] add $adodb_connect_string to config.php
Date: Thu, 14 May 2009 19:07:57 +0000

Revision: 1576
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1576
Author:   idflood
Date:     2009-05-14 19:07:57 +0000 (Thu, 14 May 2009)
Log Message:
-----------
add $adodb_connect_string to config.php

Modified Paths:
--------------
    trunk/gnukebox/install.php

Modified: trunk/gnukebox/install.php
===================================================================
--- trunk/gnukebox/install.php  2009-05-14 19:02:19 UTC (rev 1575)
+++ trunk/gnukebox/install.php  2009-05-14 19:07:57 UTC (rev 1576)
@@ -324,7 +324,7 @@
        $install_path = dirname(__FILE__) . "/";
 
        //Write out the configuration
-       $config = "<?php\n \$config_version = " . $version .";\n 
\$connect_string = '" . $connect_string . "';\n \$submissions_server = '" . 
$submissions_server . "';\n \$install_path = '" . $install_path . "'; ";
+       $config = "<?php\n \$config_version = " . $version .";\n 
\$connect_string = '" . $connect_string . "';\n \$submissions_server = '" . 
$submissions_server . "';\n \$install_path = '" . $install_path . "';\n 
\$adodb_connect_string = '" . $adodb_connect_string . "'; ";
 
        $conf_file = fopen("config.php", "w");
        $result = fwrite($conf_file, $config);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]