1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/scripts/util/purge_cache.php

6 lines
95 B
PHP
Raw Normal View History

#!/usr/bin/env php
<?php
echo "This script is obsolete. Use 'bin/cache' instead.\n";
exit(1);