Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2021-02-23 20:06:32 +0300
committerGitHub <noreply@github.com>2021-02-23 20:06:32 +0300
commit7477fa0b000f3aec991c0a20f04d81972b4cc56e (patch)
tree8fd29bb5716afa3b9d575af290777a825b360839 /page-healthcare.php
parent3512b3765b346d849436107557ad9ed1f81a0f21 (diff)
do not fetch local files via web (#1454)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'page-healthcare.php')
-rw-r--r--page-healthcare.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-healthcare.php b/page-healthcare.php
index 56a40114..60c80b8e 100644
--- a/page-healthcare.php
+++ b/page-healthcare.php
@@ -329,11 +329,11 @@ require(["require.config"], function() {
</div>
<div class="row ">
<div class="col-md-6">
- <?php echo file_get_contents(get_template_directory_uri()."/assets/img/icons/kerberos.svg");?>
+ <?php echo file_get_contents(__DIR__."/assets/img/icons/kerberos.svg");?>
<p class="section--paragraph"><?php echo $l->t('Nextcloud integrates in hospital infrastructure with support for SAML and Shibboleth, LDAP, Kerberos, Oauth, and other often used authentication mechanisms and runs on all enterprise Linux systems offering support options to match their life cycle.');?></p>
</div>
<div class="col-md-6">
- <?php echo file_get_contents(get_template_directory_uri()."/assets/img/icons/storage.svg");?>
+ <?php echo file_get_contents(__DIR__."/assets/img/icons/storage.svg");?>
<p class="section--paragraph"><?php echo $l->t('Data storage can be one or multiple NFS, Object Storage, Samba or a variety of other powerful storage mechanisms. This way Nextcloud provides seamless access to data on existing storage mechanisms, respecting existing access control policies and transparently handling changes on the underlying storage layer.');?></p>
</div>
</div>