Dotclear


Ignore:
Timestamp:
06/15/15 21:11:58 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Idea to avoid cache problem when upgrading dotclear or in dev mode when modifiing javascript or stylesheets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/load_plugin_file.php

    r3014 r3020  
    4747} 
    4848 
    49 // Only $_GET['pf'] is allowed in URL 
    50 if (count($_GET) > 1) 
     49// $_GET['v'] : version in url to bypass cache in case of dotclear upgrade or in dev mode 
     50// Only $_GET['pf'] and $_GET['v'] are allowed in URL 
     51if (count($_GET) > 2) 
    5152{ 
    5253    header('Content-Type: text/plain'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map