root/geowiki/gettags.rs.php

Revision 9, 128 bytes (checked in by mikel, 3 years ago)

geowiki initial checkin

Line 
1 <?php
2 require("jsrsServer.php.inc");
3 jsrsDispatch( "gettags" );
4
5 function gettags() {
6     return file_get_contents('./tags');
7 }
8
9
Note: See TracBrowser for help on using the browser.