]> git.mxchange.org Git - friendica.git/blobdiff - view/admin_site.tpl
The performance settings and other systems settings (lock file path, temp path) can...
[friendica.git] / view / admin_site.tpl
index 11122cb4747d09ce2532ebab0d4c489126a2bf2f..ae550057d1fb8c1bf8b102ed4dcf936b34177f9c 100644 (file)
@@ -47,6 +47,7 @@
        {{ inc field_select.tpl with $field=$theme }}{{ endinc }}
        {{ inc field_select.tpl with $field=$theme_mobile }}{{ endinc }}
        {{ inc field_select.tpl with $field=$ssl_policy }}{{ endinc }}
+       {{ inc field_checkbox.tpl with $field=$new_share }}{{ endinc }}
        
        <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
        
        {{ inc field_input.tpl with $field=$poll_interval }}{{ endinc }}
        {{ inc field_input.tpl with $field=$maxloadavg }}{{ endinc }}
        {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }}
+       {{ inc field_input.tpl with $field=$lockpath }}{{ endinc }}
+       {{ inc field_input.tpl with $field=$temppath }}{{ endinc }}
+
+       <h3>$performance</h3>
+       {{ inc field_checkbox.tpl with $field=$use_fulltext_engine }}{{ endinc }}
+       {{ inc field_input.tpl with $field=$itemcache }}{{ endinc }}
+       {{ inc field_input.tpl with $field=$itemcache_duration }}{{ endinc }}
        
        <div class="submit"><input type="submit" name="page_site" value="$submit" /></div>