adding some test crap in cake app

cat-town
Dan Buch 14 years ago
parent 4b0cfa88e7
commit 6e71befe0f

@ -0,0 +1,11 @@
<?php
class TestController extends AppController {
function index() {
return "<h1>OMG TEST</h1>";
}
}
?>
Loading…
Cancel
Save