changeset 51:eb17a6bfd443

urlredirect: Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Sep 2011 15:33:57 +0300
parents f69363fc1f61
children 686f3a2b967b
files urlredirect.php.txt
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/urlredirect.php.txt	Wed Sep 07 14:53:46 2011 +0300
+++ b/urlredirect.php.txt	Wed Sep 07 15:33:57 2011 +0300
@@ -1,12 +1,12 @@
 <?
-// =====================================================
+// ==========================================================
 // URLLog PHP-script for redirecting ShortURLs
-// (C) Copyright 2006 Tecnic Software productions (TNSP)
-// =====================================================
+// (C) Copyright 2006-2011 Tecnic Software productions (TNSP)
+// ==========================================================
 // SQLite3 database file path and name
-$dbFilename = "urllog.sqlite";
+$dbFilename = "../db/urllog.sqlite";
 
-// =====================================================
+// ==========================================================
 // Helper functions
 $idStr = "ABCDEFGHIJKLNMOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";