@@ -14,7 +14,7 @@ |
||
| 14 | 14 | { |
| 15 | 15 | //@TODO implement google or s3 cloud storage support |
| 16 | 16 | //if (config('filesystems.default') == 'google') { |
| 17 | - // $this->media_path = Storage::disk()->getDriver()->getAdapter()->getStorageApiUri() . '/' . Storage::disk()->getDriver()->getAdapter()->getBucket()->name(); |
|
| 17 | + // $this->media_path = Storage::disk()->getDriver()->getAdapter()->getStorageApiUri() . '/' . Storage::disk()->getDriver()->getAdapter()->getBucket()->name(); |
|
| 18 | 18 | //} else { |
| 19 | 19 | //$this->media_path = Storage::disk()->getDriver()->getAdapter()->getPathPrefix(); |
| 20 | 20 | //} |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | - //set headers to NOT cache a page |
|
| 3 | - header("Cache-Control: no-store, no-cache, must-revalidate"); //HTTP 1.1 |
|
| 4 | - header("Pragma: no-cache"); //HTTP 1.0 |
|
| 5 | - header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); // Date in the past |
|
| 2 | + //set headers to NOT cache a page |
|
| 3 | + header("Cache-Control: no-store, no-cache, must-revalidate"); //HTTP 1.1 |
|
| 4 | + header("Pragma: no-cache"); //HTTP 1.0 |
|
| 5 | + header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); // Date in the past |
|
| 6 | 6 | ?> |
| 7 | 7 | {{-- Admin layout - author <afrittella> --}}<!DOCTYPE html> |
| 8 | 8 | <html lang="en"> |