Changeset 3020:104efe8d97ba for inc/load_plugin_file.php
- Timestamp:
- 06/15/15 21:11:58 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/load_plugin_file.php
r3014 r3020 47 47 } 48 48 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 51 if (count($_GET) > 2) 51 52 { 52 53 header('Content-Type: text/plain');
Note: See TracChangeset
for help on using the changeset viewer.