ComunicAPI/bin/clean_calls

18 lines
345 B
Plaintext
Raw Normal View History

2019-01-26 07:40:29 +00:00
#!/usr/bin/env php
############################
# ComunicAPI calls cleaner #
# #
# @author Pierre HUBERT #
############################
Automatically remove old calls
<?php
require __DIR__."/../init.php";
if(!components()->calls->cleanCalls())
echo "Could not clean calls!";
echo "Calls successfully cleaned.";