#!/usr/local/bin/bash
# Copyright 2007 XOMBO, other contributors
# This file is part of XOMBO.ORG Platform.
# 
# XOMBO.ORG Platform is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# XOMBO.ORG Platform is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with XOMBO.ORG Platform.  If not, see <http://www.gnu.org/licenses/>.
chmod -R 777 ../themes/
chmod -R 777 ../vendors/
chmod -R 777 ../config/
touch ./.temp.obj
chmod 777 ./.temp.obj
chmod -R 777 ./output/
chmod -R 777 ../cache/



