Skip to content

Commit

Permalink
Update comment and function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jorianvo committed Jun 19, 2015
1 parent ca7efe8 commit 6ebf5eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spy.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Add this file into remote.php
// require_once 'apps/superlog/spy.php';
// Add this file into /var/www/owncloud/remote.php
// require_once 'apps/eslog/spy.php';
require_once 'apps/eslog/lib/log.php';
require_once 'apps/eslog/lib/hooks.php';
OC_esLog_Hooks::defaulthook($_SERVER);
OC_esLog_Hooks::webdav($_SERVER);

0 comments on commit 6ebf5eb

Please sign in to comment.