]> git.mxchange.org Git - friendica.git/blob - mod/maintenance.php
You can now search for @username@domain.tld in dirfind and the search will resolve...
[friendica.git] / mod / maintenance.php
1 <?php
2
3 function maintenance_content(&$a) {
4         return replace_macros(get_markup_template('maintenance.tpl'), array(
5                 '$sysdown' => t('System down for maintenance')
6         ));
7 }