From a7c39105e7c1f066bad3d9d05813a31f2d406277 Mon Sep 17 00:00:00 2001 From: YaoiFox Date: Sat, 17 Aug 2013 00:57:48 +0200 Subject: [PATCH] Cron Uploader: Link to install guide & info from board config. And now i'm going to sleep before I want to change more... --- ext/cron_uploader/main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/cron_uploader/main.php b/ext/cron_uploader/main.php index 12db26b8..8bf75c2b 100644 --- a/ext/cron_uploader/main.php +++ b/ext/cron_uploader/main.php @@ -147,6 +147,7 @@ class CronUploader extends Extension { $this->root_dir = $this->set_dir(); $cron_url = make_http(make_link("/cron_upload/" . $config->get_string('cron_uploader_key', 'invalid key' ))); $cron_cmd = "wget $cron_url"; + $documentation_link = make_http(make_link("cron_upload")); $sb = new SetupBlock ( "Cron Uploader" ); $sb->add_label ( "Settings
" ); @@ -155,7 +156,7 @@ class CronUploader extends Extension { $sb->add_label ("
Cron Command:
Create a cron job with the command above.
- Read the documentation if you're not sure what to do."); + Read the documentation if you're not sure what to do."); $event->panel->add_block ( $sb ); }