diff --git a/shorturl.php b/shorturl.php index 3b1f4e0..a7135fa 100755 --- a/shorturl.php +++ b/shorturl.php @@ -31,7 +31,7 @@ $BLK_SOURCE = "https://github.com/blankoworld/Simple-URL-Shortener"; $FILE = basename($_SERVER['PHP_SELF']); -$DBFILE = basename($FILE, ".php") . ".db"; +$DBFILE = "index.db"; /* basename($FILE, ".php") . ".db";*/ /* Database object */ if (!file_exists($DBFILE))