Table head

This commit is contained in:
Daniel Løvbrøtte Olsen 2016-05-16 11:48:41 +02:00
parent 2efc785c5b
commit 70645eeed7

View File

@ -54,6 +54,7 @@ if (!TableExists($config["db_table"], $conn)) {
</form> </form>
<table> <table>
<tr><td>Date Added</td><td>Latitude</td><td>Longtitude</td><td>Image</td></tr>
<?php <?php
$list = getList($conn, $config["db_table"]); $list = getList($conn, $config["db_table"]);