Changeset 1505


Ignore:
Timestamp:
Jul 26, 2006, 11:29:21 PM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000474 (Step 2):

o Add .htaccess files

=>

  • admin
    • .htaccess = deny from all
  • doc
    • no .htaccess
  • galleries
    • .htaccess = Options -Indexes
  • include
    • .htaccess = deny from all => move 2 .js in template-common
  • install
    • .htaccess = deny from all
  • language
    • .htaccess = deny from all
  • template
    • .htaccess = Options -Indexes
  • template-common
    • .htaccess = Options -Indexes
  • template-extension
    • .htaccess = Options -Indexes
  • tools
    • no .htaccess
Location:
trunk
Files:
7 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/admin

    • Property svn:ignore set to
      add_index.php
  • trunk/template/yoga/header.tpl

    r1491 r1505  
    2323<!-- END refresh -->
    2424<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
    25 <script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
     25<script type="text/javascript" src="{pwg_root}template-common/scripts.js"></script>
    2626<!--[if lt IE 7]>
    2727  <style>
     
    3333    FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); }
    3434  </style>
    35   <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
     35  <script type="text/javascript" src="{pwg_root}template-common/pngfix.js"></script>
    3636<![endif]-->
    3737</head>
Note: See TracChangeset for help on using the changeset viewer.