remove hard coded path

This commit is contained in:
Bjoern Schiessle 2012-07-09 12:49:04 +02:00
parent 6bf1473f0e
commit 77f07c672e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<form id="files_external" method="post" enctype="multipart/form-data" action="/owncloud/?app=files_external&getfile=ajax/addRootCertificate.php">
<form id="files_external" method="post" enctype="multipart/form-data" action="<?php echo OCP\Util::linkTo('files_external', 'ajax/addRootCertificate.php'); ?>">
<fieldset class="personalblock">
<legend><strong><?php echo $l->t('External Storage'); ?></strong></legend>
<table id="externalStorage" data-admin='<?php echo json_encode($_['isAdminPage']); ?>'>