gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

patch2.txt (410B)


      1 diff --git a/Foo.php b/Foo.php
      2 index abcdefg..abcdefh 100644
      3 --- a/Foo.php
      4 +++ b/Foo.php
      5 @@ -20,4 +20,5 @@ class Foo
      6      const ONE = 1;
      7      const TWO = 2;
      8 +    const THREE = 3;
      9      const FOUR = 4;
     10 
     11 @@ -320,4 +320,5 @@ class Foo
     12      const A = 'A';
     13      const B = 'B';
     14 +    const C = 'C';
     15      const D = 'D';
     16 
     17 @@ -600,4 +600,5 @@ class Foo
     18      public function doSomething() {
     19 
     20 +        return 'foo';
     21      }