From 3c95e77caef90257e65e6c5f8f4d78a21b76fd52 Mon Sep 17 00:00:00 2001 From: botanic Date: Sat, 10 May 2014 09:15:00 -0700 Subject: [PATCH] Fix for bug from de6f606 --- .../ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php b/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php index e51dc1872..2901918e2 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php +++ b/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php @@ -56,6 +56,7 @@ if (!isset($_POST['function'])) { //require the pages that are being needed. require_once( '../config.default.php' ); + require_once( $AMS_LIB.'/libinclude.php' ); ini_set( "display_errors", true ); error_reporting( E_ALL );