diff --git a/phpliteadmin.php b/phpliteadmin.php index 10788dd..ca378c5 100644 --- a/phpliteadmin.php +++ b/phpliteadmin.php @@ -56,12 +56,8 @@ $subdirectories = false; //if any of the databases do not exist as they are referenced by their path, they will be created automatically $databases = array( array( - 'path'=> 'database1.sqlite', - 'name'=> 'Database 1' - ), - array( - 'path'=> 'database2.sqlite', - 'name'=> 'Database 2' + 'path'=> '.links.db', + 'name'=> 'Links' ), );