[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.16, 1.17
Oliver
ospiess at qs1489.pair.com
Tue Sep 11 02:11:15 EDT 2007
Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv33245
Modified Files:
index.php
Log Message:
fixing form variable
Index: index.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** index.php 11 Sep 2007 05:28:24 -0000 1.16
--- index.php 11 Sep 2007 06:11:13 -0000 1.17
***************
*** 219,223 ****
$db_pass = $_POST['db_pass'];
$db_prefix = $_POST['db_prefix'];
! $site_url = $_POST['site_url'];
$site_admin_url = $_POST['site_admin_url'];
$site_mail = $_POST['site_mail'];
--- 219,223 ----
$db_pass = $_POST['db_pass'];
$db_prefix = $_POST['db_prefix'];
! $site_url = $_POST['site_url'];
$site_admin_url = $_POST['site_admin_url'];
$site_mail = $_POST['site_mail'];
***************
*** 379,383 ****
<input type="hidden" name="mode" value="upgrade" />
<input type="hidden" name="step" value="3" />
! <input type="hidden" name="config_path" value="' . $dbconfig_path . '" />
<p><label>Current Version:</label> <select name="version">';
$tmp_counter = 0;
--- 379,383 ----
<input type="hidden" name="mode" value="upgrade" />
<input type="hidden" name="step" value="3" />
! <input type="hidden" name="dbconfig_path" value="' . $dbconfig_path . '" />
<p><label>Current Version:</label> <select name="version">';
$tmp_counter = 0;
More information about the geeklog-cvs
mailing list