SVN: toys/stbr/index.php

vip vip at pld-linux.org
Fri Nov 23 18:33:05 CET 2007


Author: vip
Date: Fri Nov 23 18:33:05 2007
New Revision: 9086

Modified:
   toys/stbr/index.php
Log:
- proper db path (so easy to forget when working local)


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Fri Nov 23 18:33:05 2007
@@ -1,6 +1,6 @@
 <?
 ob_start("ob_gzhandler");
-$db = sqlite_open("./stbrlog.db");
+$db = sqlite_open("./db/stbrlog.db");
 
 include("queue.php");
 


More information about the pld-cvs-commit mailing list