Changeset 141
- Timestamp:
- Sep 20, 2003, 5:04:09 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/install.php
r114 r141 82 82 $file_content.= "\n\$cfgPassword = '". $_POST['cfgPassword']."';"; 83 83 $file_content.= "\n\$cfgHote = '". $_POST['cfgHote']."';"; 84 $file_content.= "\n\$prefix _table = '".$_POST['prefix_table']."';";84 $file_content.= "\n\$prefixeTable = '".$_POST['prefix_table']."';"; 85 85 $file_content.= "\n?>"; 86 86 // writting the configuration file -
trunk/include/functions.inc.php
r114 r141 319 319 { 320 320 include( PREFIX_INCLUDE.'./include/mysql.inc.php' ); 321 define( PREFIX_TABLE, $prefix _table );321 define( PREFIX_TABLE, $prefixeTable ); 322 322 323 323 @mysql_connect( $cfgHote, $cfgUser, $cfgPassword )
Note: See TracChangeset
for help on using the changeset viewer.