function advagg_missing_regenerate() {
global $base_path, $conf;
// Get filename from request.
$arg = arg();
$filename = array_pop($arg);
$filename = explode('?', $filename);
$filename = array_shift($filename);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | advagg-1224064-1.patch | 487 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedcommitted this patch