[*] IN : removed the possibility to choose his own storage engine, automatically select the best one
This commit is contained in:
@@ -27,13 +27,14 @@
|
||||
<label for="dbPassword"><?php echo $this->l('Database password:') ?> </label>
|
||||
<input class="text" size="10" type="password" id="dbPassword" name="dbPassword" value="<?php echo htmlspecialchars($this->database_password) ?>" />
|
||||
</p>
|
||||
<!--
|
||||
<p>
|
||||
<label for="dbEngine"><?php echo $this->l('Database Engine:') ?></label>
|
||||
<select id="dbEngine" name="dbEngine">
|
||||
<option value="InnoDB" <?php if ($this->database_engine == 'InnoDB'): ?>selected="selected"<?php endif; ?>>InnoDB</option>
|
||||
<option value="MyISAM" <?php if ($this->database_engine == 'MyISAM'): ?>selected="selected"<?php endif; ?>>MyISAM</option>
|
||||
</select>
|
||||
</p>
|
||||
</p>-->
|
||||
<p>
|
||||
<label for="db_prefix"><?php echo $this->l('Tables prefix:')?></label>
|
||||
<input class="text" type="text" id="db_prefix" name="db_prefix" value="<?php echo htmlspecialchars($this->database_prefix) ?>" />
|
||||
|
||||
Reference in New Issue
Block a user