We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8486e commit 6fbfd69Copy full SHA for 6fbfd69
modules/cron/bin/cron.php
@@ -15,8 +15,8 @@
15
16
if (!SimpleSAML\Module::isModuleEnabled('cron')) {
17
echo "You need to enable the cron module before this script can be used.\n";
18
- echo "You can enable it by running the following command:\n";
19
- echo ' echo >"' . $baseDir . '/modules/cron/enable' . "\"\n";
+ echo "You can enable it by editing your config.php file. Example:\n";
+ echo ' echo \'$config["module.enable"]["cron"] = true;\' >> "' . $baseDir . '/config/config.php' . "\"\n";
20
exit(1);
21
}
22
0 commit comments