summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpurandi <free6300@gmail.com>2011-09-04 15:19:02 +0200
committerpurandi <free6300@gmail.com>2011-09-04 15:19:02 +0200
commit67818fbf58c6abf822eefd196a7eedc4de522117 (patch)
treef36f3248e80d9a7aef622e9abf78277e193e16e0
parent08488e8ec1ae0a0519b914459becdade7b004a09 (diff)
parent40d1a7684444f6a8eb4cda23d8822f0b258f0c3e (diff)
Merge branch 'develop', remote-tracking branch 'origin/develop' into develop
-rw-r--r--user_guide/general/cli.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/cli.html b/user_guide/general/cli.html
index befc9994a..222a77c9d 100644
--- a/user_guide/general/cli.html
+++ b/user_guide/general/cli.html
@@ -83,7 +83,7 @@ Running via the CLI
<ul>
<li>Run your cron-jobs without needing to use wget or curl</li>
- <li>Make your cron-jobs inaccessible from being loaded in the URL by checking for <kbd>IS_CLI</kbd></li>
+ <li>Make your cron-jobs inaccessible from being loaded in the URL by checking for <kbd>$this->input->is_cli_request()</kbd></li>
<li>Make interactive "tasks" that can do things like set permissions, prune cache folders, run backups, etc.</li>
<li>Integrate with other applications in other languages. For example, a random C++ script could call one command and run code in your models!</li>
</ul>