diff options
| author | Christian Fowler <spider@viovio.com> | 2005-10-12 15:13:51 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-10-12 15:13:51 +0000 |
| commit | 36ff0f6112ee57bdc315a961ccff2be9a4c25ac9 (patch) | |
| tree | e8566e3bcfe108661ae8f719112457b7440e46a4 /templates | |
| parent | 6efe170ccb4fef037df5d73049fb8a9cc1973ef3 (diff) | |
| download | install-36ff0f6112ee57bdc315a961ccff2be9a4c25ac9.tar.gz install-36ff0f6112ee57bdc315a961ccff2be9a4c25ac9.tar.bz2 install-36ff0f6112ee57bdc315a961ccff2be9a4c25ac9.zip | |
merge recent changes to HEAD
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install_database.tpl | 2 | ||||
| -rw-r--r-- | templates/install_final_done.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl index 2af7765..b4b1120 100644 --- a/templates/install_database.tpl +++ b/templates/install_database.tpl @@ -102,7 +102,7 @@ {/if} {formlabel label="Database Prefix" for="prefix"} {forminput} - <input type="text" size="25" name="prefix" id="prefix" value="{$db_prefix_bit}" /> + <input type="text" size="25" name="prefix" id="prefix" value="{$db_prefix_bit|replace:'`':''}" /> {formhelp note="This prefix will be prepended to the begining of every table name to allow multiple independent install to share a single database. All bitweaver tables begin with 'bit_' or 'users_', so you rarely need to enter a prefix. If you are NOT running MySQL (i.e. Postgres, Oracle, etc.) diff --git a/templates/install_final_done.tpl b/templates/install_final_done.tpl index 72776ac..63432f7 100644 --- a/templates/install_final_done.tpl +++ b/templates/install_final_done.tpl @@ -10,7 +10,7 @@ {if $script eq 'no_kill'} <li class="error"> {biticon ipackage=liberty iname=error iexplain=error} - We were unable to rename the install file to 'install.done.php'. Please rename the file yourself. + We were unable to rename the install file to 'install.php.done'. Please rename the file yourself. </li> {/if} {if $renamed} @@ -21,7 +21,7 @@ {else} <li class="warning"> {biticon ipackage=liberty iname=warning iexplain=warning} - We have made sure that the installer cannot be accessed without being logged in as administrator. If you feel this is not secure enough, you can rename the file from <br />'<strong>install/install.php</strong>' to <a href="install.php?kill=yes">'<strong>install/install.done.php</strong>'</a>. + We have made sure that the installer cannot be accessed without being logged in as administrator. If you feel this is not secure enough, you can rename the file from <br />'<strong>install/install.php</strong>' to <a href="install.php?kill=yes">'<strong>install/install.php.done</strong>'</a>. Or change the directory permission with 'chmod -R 000 {$smarty.const.INSTALL_PKG_PATH}'. You will need to run the installer again, you will have to revert the permissions with ''chmod -R 755 {$smarty.const.INSTALL_PKG_PATH}'. </li> {/if} <li>bitweaver features useful helpnotes throughout. However, should you require more help, you can always contact us by any of the means mentioned below.</li> |
