mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
More markup fixes
This commit is contained in:
@@ -40,8 +40,6 @@ Using the ownCloud system cron feature is the preferred method for executing reg
|
||||
|
||||
To run a cron job on a \*nix system, every 15 minutes, under the default web server user (that is, ``www-data``), you must set up the following cron job to call the **cron.php** script::
|
||||
|
||||
::
|
||||
|
||||
# crontab -u www-data -e
|
||||
*/15 * * * * php -f /var/www/owncloud/cron.php
|
||||
|
||||
|
||||
@@ -190,7 +190,7 @@ Using Email Templates
|
||||
|
||||
As an added convenience to administrators, ownCloud provides several Email templates that you can use for sending messages to users.
|
||||
|
||||
.. figure:: ../images/remote_shares.png
|
||||
#.. figure:: ../images/remote_shares.png
|
||||
|
||||
Found on the Admin page, you can choose from the following templates:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user