From fa89416e5bf79ee7f55f48bea6cc2350e416cbe5 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 2 Mar 2020 10:50:39 -0500 Subject: [PATCH] Fix docs/comments --- public/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/index.php b/public/index.php index e87c0855..a7d05e6c 100755 --- a/public/index.php +++ b/public/index.php @@ -5,9 +5,10 @@ */ /** - * If you move the public folder, or all the files in the public - * folder, be sure to go into the bootstrap/app.php file, and change - * the 'path.public' path to where it lives. + * If you move the public folder, or all the files in the public folder, + * be sure to change this to point to the right place. View these docs: + * + * http://docs.phpvms.net/setup/installation/cpanel-setup */ $path_to_phpvms_folder = __DIR__.'/../';