diff --git a/AvocadoEdition_Light/install/install_db.php b/AvocadoEdition_Light/install/install_db.php index c1269ca..f0e0d6d 100644 --- a/AvocadoEdition_Light/install/install_db.php +++ b/AvocadoEdition_Light/install/install_db.php @@ -304,7 +304,6 @@ unset($row); fwrite($f, "define('G5_MYSQL_USER', '{$mysql_user}');\n"); fwrite($f, "define('G5_MYSQL_PASSWORD', '{$mysql_pass}');\n"); fwrite($f, "define('G5_MYSQL_DB', '{$mysql_db}');\n"); - fwrite($f, "define('G5_MASTER_PW', '{$absolute_password}');\n"); fwrite($f, "define('G5_DB_URL', '{$table_url}');\n"); @@ -379,13 +378,18 @@ EOD; ?>