| Current Path : /var/www/clients/client3/web2/web/lists/admin/ |
| Current File : /var/www/clients/client3/web2/web/lists/admin/Updater.php |
<?php
/**
* A plugin should implement this interface if it wants to be responsible for updating phpList.
* It should implement an admin page with the name "update".
*/
interface Updater
{
}