2013-01-18 16:11:29 +04:00
|
|
|
<?php
|
|
|
|
|
2013-03-02 15:24:12 +04: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 20:21:57 +04:00
|
|
|
|
2013-05-23 01:50:45 +04:00
|
|
|
// register hooks
|
2013-08-18 13:02:08 +04:00
|
|
|
\OCA\Files_Trashbin\Trashbin::registerHooks();
|