2013-01-18 12:11:29 +00:00
|
|
|
<?php
|
|
|
|
|
2013-09-20 14:37:07 +00:00
|
|
|
//OC::$CLASSPATH['OCA\Files_Trashbin\Hooks'] = 'files_trashbin/lib/hooks.php';
|
|
|
|
//OC::$CLASSPATH['OCA\Files_Trashbin\Trashbin'] = 'files_trashbin/lib/trash.php';
|
2013-02-22 16:21:57 +00:00
|
|
|
|
2013-05-22 21:50:45 +00:00
|
|
|
// register hooks
|
2013-08-18 09:02:08 +00:00
|
|
|
\OCA\Files_Trashbin\Trashbin::registerHooks();
|