source: wpshell/module-hello.php

Last change on this file was 49, checked in by apokalyptik, 16 years ago

wpshell initial commit

File size: 120 bytes
Line 
1<?php
2
3class helloworld {
4        function hello($args='') {
5                echo "hi there $args\r\n";
6        }
7}
8
9$modules[] = new helloworld();
Note: See TracBrowser for help on using the repository browser.