aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/installation.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-07-29 18:19:31 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-07-29 18:19:31 +0200
commit5ed38a75d64c06d923a580175f6ab732234694a1 (patch)
tree07fbe359a6c3dbfd7bc587d4a06020be1169df96 /core/templates/installation.php
parent3ef680d96623eb6350015843f56b55b593a053bd (diff)
downloadnextcloud-server-5ed38a75d64c06d923a580175f6ab732234694a1.tar.gz
nextcloud-server-5ed38a75d64c06d923a580175f6ab732234694a1.zip
Remove remainings of mssql
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r--core/templates/installation.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index b686a1ca68c..8db55e4bdab 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -8,7 +8,6 @@ script('core', [
<input type='hidden' id='hasSQLite' value='<?php p($_['hasSQLite']) ?>'>
<input type='hidden' id='hasPostgreSQL' value='<?php p($_['hasPostgreSQL']) ?>'>
<input type='hidden' id='hasOracle' value='<?php p($_['hasOracle']) ?>'>
-<input type='hidden' id='hasMSSQL' value='<?php p($_['hasMSSQL']) ?>'>
<form action="index.php" method="post">
<input type="hidden" name="install" value="true">
<?php if(count($_['errors']) > 0): ?>
@@ -79,7 +78,7 @@ script('core', [
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
<fieldset id='databaseBackend'>
- <?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'] or $_['hasMSSQL'])
+ <?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'])
$hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?>
<legend><?php p($l->t( 'Configure the database' )); ?></legend>
<div id="selectDbType">