From 5b278aedf100a2edadf1f5328e1a8d8fdc2ea8f3 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 18 Feb 2007 17:54:41 +0000 Subject: [PATCH] aggiunta gestione flash e audio mp3 --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - -- 2.17.1