Skip to content

Commit

Permalink
small fix to php.ini documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Apr 28, 2014
1 parent 2917f09 commit 66e8672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/ini.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Reading php.ini variables</h1>
</p>
<p>
You can only retrieve <i>predefined</i> variables from the php.ini. It is thus not
possible to call Php::ini_get() with random strings. If you want to define
possible to call Php::ini_get() with random strings. If you want to use
your own variables, you must first register them in the get_module()
function before you can call Php::ini_get() to retrieve the current values.
</p>
Expand Down

0 comments on commit 66e8672

Please sign in to comment.