--- a/includes/clientside/jsres.php Sat Mar 14 15:26:33 2009 -0400
+++ b/includes/clientside/jsres.php Sun Mar 15 11:07:28 2009 -0400
@@ -54,10 +54,7 @@
//
// We need to see if this is a specially marked Enano development server. You can create an Enano
-// development server by cloning the Mercurial repository into a directory named repo, and then
-// using symlinks to reference the original files so as to segregate unique files from non-unique
-// and distribution-standard ones. Enano will pivot its root directory accordingly if the file
-// .enanodev is found in the Enano root (not /repo/).
+// development server using the script found on hg.enanocms.org.
if ( strpos(__FILE__, '/repo/') && ( file_exists('../../.enanodev') || file_exists('../../../.enanodev') ) )
{
// We have a development directory. Remove /repo/ from the picture.