summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-04 14:56:09 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-04 14:56:09 +0200
commit252bca505758eaf668a4b5416003569568b91465 (patch)
tree524af6a83f3d5afc2c361bc8cc059088031b1453 /core/templates
parentf4b9895cbf71376559dd1eaadac813ded0737b13 (diff)
downloadnextcloud-server-252bca505758eaf668a4b5416003569568b91465.tar.gz
nextcloud-server-252bca505758eaf668a4b5416003569568b91465.zip
removed database table prefix choice, use oc_
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index c3cd2968c85..ba0322cc051 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -75,8 +75,6 @@
<fieldset id='datadirField'>
<label id="dbhostlabel" for="dbhost"><?php echo $l->t( 'Database host' ); ?></label><input type="text" name="dbhost" id="dbhost" value="<?php print OC_Helper::init_var('dbhost', 'localhost'); ?>" placeholder="<?php echo $l->t( 'Database host' ); ?>" />
- <label id="dbtableprefixlabel" for="dbtableprefix"><?php echo $l->t( 'Table prefix' ); ?></label><input type="text" name="dbtableprefix" id="dbtableprefix" value="<?php print OC_Helper::init_var('dbtableprefix', 'oc_'); ?>" placeholder="<?php echo $l->t( 'Table prefix' ); ?>" />
-
<label id="directorylabel" for="directory"><?php echo $l->t( 'Data folder' ); ?></label><input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" placeholder="<?php echo $l->t( 'Data folder' ); ?>" />
</fieldset>