diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:01 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:01 -0500 |
| commit | 1afcf1f7548d4fb1e1384947acbec71ea93fd624 (patch) | |
| tree | b4134201f5c88210a3c7bbf6828b86cb7e47659e | |
| parent | 601603c697849f3c4f5ce07bc45fb20e0e80613a (diff) | |
| download | install-1afcf1f7548d4fb1e1384947acbec71ea93fd624.tar.gz install-1afcf1f7548d4fb1e1384947acbec71ea93fd624.tar.bz2 install-1afcf1f7548d4fb1e1384947acbec71ea93fd624.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
| -rw-r--r-- | templates/install_checks.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_checks.tpl b/templates/install_checks.tpl index db06e50..c403147 100644 --- a/templates/install_checks.tpl +++ b/templates/install_checks.tpl @@ -150,7 +150,7 @@ <li>or download a pre-packed set of <a class="external" href="http://www.bitweaver.org/downloads/file/11619">Bitweaver PEAR extensions</a> and extract this to<br /> - <kbd>{$smarty.const.UTIL_PKG_INC}pear/</kbd></li> + <kbd>{$smarty.const.UTIL_PKG_INCLUDE_PATH}pear/</kbd></li> </ul> {else} <p class="alert alert-success"> |
