Updated most files to use dbFacile

This commit is contained in:
laf
2014-01-13 17:43:58 +00:00
parent a0650f0547
commit 02792176fa
45 changed files with 334 additions and 346 deletions

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env php
<?php
// MYSQL Check - FIXME
// 1 UPDATE
include("config.php");
include("includes/functions.php");
@@ -24,4 +27,4 @@ else
echo("ERROR: Could not open file \"$argv[1]\".\n");
}
?>
?>