bmspage/includes/select_unit.php
2015-03-30 23:45:30 -04:00

5 lines
69 B
PHP

<?php
include "classes/select.class.php";
echo $opt->ShowUnits();
?>