Skip to content

Commit 59bff84

Browse files
committed
Call the ROOTPATH as "project root"
1 parent 0eb8b65 commit 59bff84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
}
5656

5757
/**
58-
* The path to the main application directory. Just above APPPATH.
58+
* The path to the project root directory. Just above APPPATH.
5959
*/
6060
if (! defined('ROOTPATH'))
6161
{

user_guide_src/source/general/common_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Core Constants
326326

327327
.. php:const:: ROOTPATH
328328
329-
The path to the main application directory. Just above ``APPPATH``.
329+
The path to the project root directory. Just above ``APPPATH``.
330330

331331
.. php:const:: SYSTEMPATH
332332

0 commit comments

Comments
 (0)