From: Matteo Nastasi (mop) Date: Sun, 18 Feb 2007 17:54:41 +0000 (+0000) Subject: aggiunta gestione flash e audio mp3 X-Git-Tag: 3.0.0~301 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=5b278aedf100a2edadf1f5328e1a8d8fdc2ea8f3 aggiunta gestione flash e audio mp3 --- diff --git a/INSTALL.sh b/INSTALL.sh index 069873b..5ffa87a 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -121,7 +121,7 @@ if [ "$web_only" = "FALSE" ]; then chmod 666 ${ftok_path}/main fi install -d $web_path -install -m 644 web/*.{php,phh,css,js} ${web_path} +install -m 644 web/*.{php,phh,css,js,mp3,swf} ${web_path} cd web find . -name '.htaccess' -exec install -m 644 {} ${web_path}/{} \; cd -