Advertisement
Guest User

Untitled

a guest
Feb 28th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class S3_Controller extends Extension {
  2.  
  3.  
  4. // handle static links for CDN
  5.  
  6. public function onBeforeInit() {
  7. echo 'foo';
  8. die;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement