Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed May 19, 2016
1 parent 7d5e399 commit 3221f42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/tools/html/update_db.php
@@ -1,5 +1,6 @@
<pre>
<?php
echo "nettemp DB\n";
echo "nettemp database update \n";
$root=$_SERVER["DOCUMENT_ROOT"];
$db = new PDO("sqlite:$root/dbf/nettemp.db") or die ("cannot open database");

Expand Down Expand Up @@ -264,4 +265,4 @@
echo "ok";

?>

</pre>

0 comments on commit 3221f42

Please sign in to comment.