mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-03-13 06:01:32 +00:00
change driver to SQLite
This commit is contained in:
parent
a067e13ae6
commit
e4782a642a
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once(dirname(__FILE__) . '/../config.php');
|
||||
require_once(dirname(__FILE__) . '/../library/mysql.php');
|
||||
require_once(dirname(__FILE__) . '/../library/sqlite.php');
|
||||
|
||||
$db = new MySQL();
|
||||
$db = new SQLite(DB_NAME, DB_USERNAME, DB_PASSWORD);
|
||||
|
||||
// Generate url sets
|
||||
$transaction = '<?xml version="1.0" encoding="UTF-8"?>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user