From ea6bec1f91909f843c473a7782b6c2d05181694b Mon Sep 17 00:00:00 2001 From: botanic Date: Sat, 8 Feb 2014 18:59:38 -0800 Subject: [PATCH] Backed out changeset: 7d3eaa1bada0 --HG-- branch : compatibility --- .../ryzom_ams/www/html/installer/libsetup.php | 26 ------------------- 1 file changed, 26 deletions(-) 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 7c7cb933a..2809ab05d 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 @@ -4,32 +4,6 @@ * This script will install all databases related to the Ryzom AMS and it will generate an admin account.. * @author Daan Janssens, mentored by Matthew Lagoe */ - - //set permissions - if(chmod('../../../www/login/logs', 0660)) { - echo "failed to set permissions on logs"; - exit; - } - if(chmod('../../../admin/graphs_output', 0660)) { - echo "failed to set permissions on graphs_output"; - exit; - } - if(chmod('../../../templates/default_c', 0660)) { - echo "failed to set permissions on default_c"; - exit; - } - if(chmod('../../www', 0660)) { - echo "failed to set permissions on www"; - exit; - } - if(chmod('../../www/html/cache', 0660)) { - echo "failed to set permissions on cache"; - exit; - } - if(chmod('../../www/html/templates_c', 0660)) { - echo "failed to set permissions on templates_c"; - exit; - } if (!isset($_POST['function'])) { //require the pages that are being needed.