--- fix.sh 2001/10/12 09:22:02 1.16 +++ fix.sh 2001/10/16 13:07:03 1.17 @@ -1,8 +1,9 @@ #! /bin/sh -DIRS="img/news img/bolesti img/autori pdf/medicus pdf/inf_glasnik pdf/farm_glasnik templates_c med/templates_c" +DIRS="img/news img/bolesti img/autori img/autori_cv img/kongresi pdf/medicus pdf/inf_glasnik pdf/farm_glasnik templates_c med/templates_c" DIRS2="edit med/edit" LINKS="../index.html img/bolesti/index.html ../index.html img/autori/index.html +../index.html img/autori_cv/index.html ../index.html img/news/index.html ../img/index.html pdf/index.html ../index.html pdf/medicus/index.html @@ -30,6 +31,7 @@ ../../img/procitaj03.gif med/img/procitaj03.gif ../../img/bolesti med/img/bolesti ../../img/autori med/img/autori +../../img/autori_cv med/img/autori_cv ../../img/banneri med/img/banneri ../../img/vademecum med/img/vademecum ../../templates/edit.tpl med/templates/edit.tpl @@ -46,6 +48,7 @@ ../../templates/arhiva.tpl med/templates/arhiva.tpl ../../templates/knjiznica-vademecum.tpl med/templates/vademecum.tpl ../../templates/knjiznica-lijekovi.tpl med/templates/lijekovi.tpl +../favicon.ico med/favicon.ico ../index.php med/index.php ../pdf.php med/pdf.php ../legal.php med/legal.php @@ -61,6 +64,7 @@ echo -n " [${i}]" mkdir -p "${i}" chmod 777 "${i}" + chmod g+s "${i}" done for i in ${DIRS2} do