diff --git a/.gitignore b/.gitignore index 485cf97..f0c2095 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ squid_pool.log script/*.sql squid_acl/listip .gitignore +*.php~ diff --git a/.htaccess b/.htaccess index fdaaa92..619989b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,7 @@ RewriteEngine on RewriteRule ^(.*/)?img/(.*) risorse/immagini/$2 [L] RewriteRule ^(.*/)?css/(.*) risorse/stili/$2 [L] +RewriteRule ^(.*/)?js/(.*) risorse/js/$2 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d diff --git a/associazione b/associazione index dc5a123..5c54d2b 160000 --- a/associazione +++ b/associazione @@ -1 +1 @@ -Subproject commit dc5a1236282bff66ad3c820121007f886a4974d7 +Subproject commit 5c54d2b8467c4dcb99d1ed5d988aca48322f63e2 diff --git a/core/top.php b/core/top.php index c96bc81..65feb80 100755 --- a/core/top.php +++ b/core/top.php @@ -1,7 +1,26 @@
-