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

footer.php « templates « inc - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 138d563658a2a24adc166e45a13293cadfe1e08e (plain)
1
2
3
4
5
6
7
8
9
10
<br />
<br />
<p class="footer">
<?php
  echo($CONFIG_FOOTEROWNERNAME);
  echo(' - ');
  echo($CONFIG_FOOTEROWNEREMAIL);
?>
</p>
</body></html>