Re-merge snippets fix
authorDan
Sat, 15 Nov 2008 15:28:32 -0500
changeset 26 51560f5414a6
parent 25 e5e4ba531f41 (current diff)
parent 18 07be890ef627 (diff)
child 27 4a9469bada05
Re-merge snippets fix
--- a/htdocs/snippets.php	Sat Nov 15 15:25:50 2008 -0500
+++ b/htdocs/snippets.php	Sat Nov 15 15:28:32 2008 -0500
@@ -11,7 +11,7 @@
  * This script MUST be placed in an Enano installation directory.
  *****************************************************************/
 
-define('ENANOBOT_ROOT', dirname(__FILE__) . '/');
+define('ENANOBOT_ROOT', dirname(__FILE__) . '/../');
 
 // load Enano for auth
 /*