From 0c8c6714f47635a7d8aa405d6935f04790c2c547 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 12 Apr 2012 22:46:49 -0500 Subject: [PATCH] make the paths file more friendly. --- paths.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/paths.php b/paths.php index fe2e8dd8..fd4ef047 100644 --- a/paths.php +++ b/paths.php @@ -33,6 +33,10 @@ // -------------------------------------------------------------- $paths['public'] = 'public'; +// *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- +// END OF USER CONFIGURATION. HERE BE DRAGONS! +// *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- + // -------------------------------------------------------------- // Change to the current working directory. // --------------------------------------------------------------