changeset 526 | b2fb50d572c7 |
parent 391 | 85f91037cd4f |
child 536 | 218a627eb53e |
--- a/install/includes/stages/install.php Tue Apr 08 20:32:30 2008 -0400 +++ b/install/includes/stages/install.php Wed Apr 09 19:27:02 2008 -0400 @@ -18,7 +18,7 @@ die(); require ( ENANO_ROOT . '/install/includes/libenanoinstall.php' ); -require ( ENANO_ROOT . '/install/includes/sql_parse.php' ); +require ( ENANO_ROOT . '/includes/sql_parse.php' ); require ( ENANO_ROOT . '/includes/dbal.php' ); require ( ENANO_ROOT . '/config.new.php' );