sqlite instead of file system to store macs

This commit is contained in:
sandb
2010-02-22 01:38:28 +01:00
parent ebff21147c
commit b08f87e9e5
9 changed files with 130 additions and 148 deletions

View File

@@ -95,4 +95,8 @@ function script($source) {
<script type="text/javascript" src="<?=$source?>"></script>
<?php
}
?>
function echoln($str) {
echo("$str\n");
}