Skip to content

Commit

Permalink
git update webhook removed apc
Browse files Browse the repository at this point in the history
  • Loading branch information
WebArchivists committed Oct 20, 2012
1 parent 3f422f5 commit 7ac9483
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions update.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,4 @@ function syscall ($cmd, $cwd) {
// send us the output
mail('[email protected]', 'GitHub hook `git pull` result', $result);

// clear APC
if (apc_clear_cache('opcode') == false) {
mail('root', 'Unable to apc_clear_cache()', '');
}

}

0 comments on commit 7ac9483

Please sign in to comment.