Initial commit
This commit is contained in:
7
short_links.php
Normal file
7
short_links.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
@unlink(__DIR__.'short_links.db');
|
||||
$db = new PDO("sqlite:".__DIR__."/short_links.db");
|
||||
$db->exec(
|
||||
"CREATE TABLE links(id VARCHAR PRIMARY KEY, `courses` VARCHAR)"
|
||||
);
|
Reference in New Issue
Block a user