Changeset 2726156
- Timestamp:
- 05/18/2022 02:40:35 PM (4 years ago)
- Location:
- jinx-fast-cache/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
src/Admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jinx-fast-cache/trunk/index.php
r2726150 r2726156 5 5 * Plugin URI: https://wordpress.org/plugins/jixn-fast-cache/ 6 6 * Description: Blazing fast full page cache. 7 * Version: 0.3. 67 * Version: 0.3.7 8 8 * Author: SquareFlower Websolutions (Lukas Rydygel) <hallo@squareflower.de> 9 9 * Author URI: http://squareflower.de -
jinx-fast-cache/trunk/src/Admin.php
r2726150 r2726156 412 412 { 413 413 414 $query = ''; 415 414 416 $url = parse_url($_SERVER['REQUEST_URI']); 415 417 parse_str($url['query'], $query);
Note: See TracChangeset
for help on using the changeset viewer.