From f84dd47f2afd16f429e9be050fba00abb8cf8e5b Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 3 May 2010 08:22:36 +0000 Subject: [PATCH] according to new tree directory --- htdocs/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/index.php b/htdocs/install/index.php index 7feb87d104e..ce90baf8fe6 100644 --- a/htdocs/install/index.php +++ b/htdocs/install/index.php @@ -26,7 +26,7 @@ */ include_once("./inc.php"); include_once("../core/class/html.form.class.php"); -include_once("../core/class/html.formadmin.class.php"); +include_once("../html.formadmin.class.php"); $err = 0;