Skip to content

Commit

Permalink
get rid of the protocol directory in prep for merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdesjardins committed Sep 10, 2012
1 parent e6559ff commit 064ec55
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 404 deletions.
26 changes: 0 additions & 26 deletions php/example.php

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion php/protocol/protocol.class.php → php/protocol.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require (__DIR__."/../decode.php");
require "decode.php";
require "exception.php";

class IncompleteMessageException extends CustomException
Expand Down
File renamed without changes.
Loading

0 comments on commit 064ec55

Please sign in to comment.