mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-25 06:52:07 +01:00
8 lines
159 B
PHP
8 lines
159 B
PHP
<?php
|
|
|
|
use Symfony\Component\Filesystem\Filesystem;
|
|
|
|
require __DIR__ . '/../vendor/autoload.php';
|
|
|
|
(new Filesystem())->remove(__DIR__ . '/../var/cache/test');
|