Skip to content

Commit

Permalink
php to html
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcud committed Oct 23, 2022
1 parent 36f0b68 commit 5e8b3eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gpxs.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php foreach(glob('./gpxs/*.gpx') as $f): ?>
<li><a href="map.html?<?=$f?>"><?=basename($f)?></a></li>
<?php endforeach; ?>
File renamed without changes.

0 comments on commit 5e8b3eb

Please sign in to comment.