diff options
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | crontab | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -4,3 +4,4 @@ * The necessary database tables are created automatically when accessing your pastebin * Copy htaccess.txt to .htaccess if you want shorter URLs (also change the config setting) +* Add ./crontab or something similar to the user's crontab diff --git a/crontab b/crontab new file mode 100644 index 000000000..311912df5 --- /dev/null +++ b/crontab @@ -0,0 +1,2 @@ +28 1 * * * php ~/index.php file cron +28 2 * * * php ~/index.php user cron
\ No newline at end of file |