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

using curl instead of lynx: fix typo

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1001 44740490-163a-0410-bde0-09ae8108e29a
parent ef0498f8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ $this->includeAtTemplateBase('includes/header.php');
foreach ($this->data['urls'] AS $url ) {
echo "# " . $url['title'] . "\n";
echo "" . $url['int'] . " curl --silent --compressed http://example.com/cron.php " . $url['href'] . " > /dev/null 2>&1\n";
echo "" . $url['int'] . " curl --silent --compressed " . $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