Skip to content
Snippets Groups Projects
Commit 8069731f authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Add quotes to cron information page, for the example crontab file

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1012 44740490-163a-0410-bde0-09ae8108e29a
parent b215003e
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ $this->includeAtTemplateBase('includes/header.php'); ...@@ -13,7 +13,7 @@ $this->includeAtTemplateBase('includes/header.php');
foreach ($this->data['urls'] AS $url ) { foreach ($this->data['urls'] AS $url ) {
echo "# " . $url['title'] . "\n"; echo "# " . $url['title'] . "\n";
echo "" . $url['int'] . " curl --silent --compressed " . $url['href'] . " > /dev/null 2>&1\n"; echo "" . $url['int'] . " curl --silent \"" . $url['href'] . "\" > /dev/null 2>&1\n";
} }
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment