diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-08 15:23:09 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-08 15:23:09 +0000 |
commit | 7fdac301801bc44f6fdb343187413bdfd2d5366c (patch) | |
tree | 5a18faacf0a20a781487a38cad1c305a49fe8951 /h-source/Examples/Controllers | |
parent | 7b265a7d6c39266952538ce2a05a799dabc27151 (diff) |
h-source:added the driver entry for 3g-cards
Diffstat (limited to 'h-source/Examples/Controllers')
-rw-r--r-- | h-source/Examples/Controllers/TestController.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/h-source/Examples/Controllers/TestController.php b/h-source/Examples/Controllers/TestController.php deleted file mode 100644 index 9372e71..0000000 --- a/h-source/Examples/Controllers/TestController.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -class TestController extends Controller { - - function index() { - echo '<h2>It works!</h2>'; - } - -}
\ No newline at end of file |