Minor fix to snippets web iface
authorDan
Sat, 25 Oct 2008 20:24:31 +0000
changeset 18 07be890ef627
parent 17 b07b23187b17
child 26 51560f5414a6
Minor fix to snippets web iface
htdocs/snippets.php
--- a/htdocs/snippets.php	Sun Oct 12 00:31:56 2008 -0400
+++ b/htdocs/snippets.php	Sat Oct 25 20:24:31 2008 +0000
@@ -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
 /*